.. versionchanged:: 3.13
Comparison between :class:`.datetime` object and an instance of
the :class:`date` subclass that is not a :class:`!datetime` subclass
- no longer coverts the latter to :class:`!date`, ignoring the time part
+ no longer converts the latter to :class:`!date`, ignoring the time part
and the time zone.
The default behavior can be changed by overriding the special comparison
methods in subclasses.
.. versionchanged:: 3.13
Comparison between :class:`.datetime` object and an instance of
the :class:`date` subclass that is not a :class:`!datetime` subclass
- no longer coverts the latter to :class:`!date`, ignoring the time part
+ no longer converts the latter to :class:`!date`, ignoring the time part
and the time zone.
The default behavior can be changed by overriding the special comparison
methods in subclasses.
Show offsets of instructions.
If :file:`infile` is specified, its disassembled code will be written to stdout.
-Otherwise, disassembly is performed on compiled source code recieved from stdin.
+Otherwise, disassembly is performed on compiled source code received from stdin.
Bytecode analysis
-----------------
After you use :func:`CrtSetReportMode` to specify :const:`CRTDBG_MODE_FILE`,
you can specify the file handle to receive the message text. *type* must be
- one of the :const:`!CRT_\*` constants listed below. *file* shuld be the file
+ one of the :const:`!CRT_\*` constants listed below. *file* should be the file
handle your want specified. Only available in
:ref:`debug build of Python <debug-build>`.