cpython/Misc/NEWS.d/next/Library
Alex Waygood b1302abcc8
bpo-44904: Fix classmethod property bug in doctest module (GH-28838)
The doctest module raised an error if a docstring contained an example that
attempted to access a classmethod property. (Stacking '@classmethod' on top of
`@property` has been supported since Python 3.9; see
https://docs.python.org/3/howto/descriptor.html#class-methods.)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2021-10-28 10:48:02 +03:00
..
2019-02-11-19-06-10.bpo-35970.ZRvh51.rst bpo-35970: Add help flag to base64 module (GH-28774) 2021-10-06 18:38:43 -07:00
2020-07-27-19-21-05.bpo-41374.cd-kFL.rst bpo-41374: Remove obsolete exclusion of netinet/tcp.h on Cygwin (GH-21649) 2021-10-20 18:14:59 +01:00
2021-07-22-21-25-56.bpo-40321.gBlFmw.rst bpo-40321: Add missing test, slightly expand documentation (GH-28760) 2021-10-06 17:28:16 +02:00
2021-08-20-10-52-40.bpo-44547.eu0iJq.rst bpo-44547: Make Fractions objects instances of typing.SupportsInt (GH-27851) 2021-10-22 00:09:47 +02:00
2021-08-30-00-19-23.bpo-24444.Ki4bgz.rst bpo-24444: fix an error in argparse help when help for an option is blank (GH-28050) 2021-10-13 18:31:51 +02:00
2021-09-10-12-53-28.bpo-25625.SzcBCw.rst bpo-25625: add contextlib.chdir (GH-28271) 2021-10-20 00:19:27 +02:00
2021-09-11-14-47-05.bpo-45160.VzMXbW.rst bpo-45160: Ttk optionmenu only set variable once (GH-28291) 2021-10-21 22:25:52 +02:00
2021-09-14-15-52-47.bpo-45192.DjA-BI.rst bpo-45192: Fix a bug that infers the type of an os.PathLike[bytes] object as str (GH-28323) 2021-10-20 21:54:41 +02:00
2021-09-15-10-21-10.bpo-45320.4qaf5x.rst bpo-45320: Remove long-deprecated inspect methods (GH-28618) 2021-10-20 20:48:55 +02:00
2021-09-30-08-22-44.bpo-45328.8Z-Q0B.rst bpo-45328: Avoid failure in OSs without TCP_NODELAY support (GH-28646) 2021-10-06 19:49:44 +02:00
2021-10-01-23-07-02.bpo-45343.ixmctD.rst bpo-45343: Update bundled pip to 21.2.4 and setuptools to 58.1.0 (GH-28684) 2021-10-05 23:30:38 +02:00
2021-10-03-21-14-37.bpo-20028.zBA4RK.rst bpo-20028: Improve error message of csv.Dialect when initializing (GH-28705) 2021-10-09 23:50:12 +09:00
2021-10-07-00-05-05.bpo-45386.q9ORpA.rst bpo-45386: Handle strftime's ValueError graciously in xmlrpc.client (GH-28765) 2021-10-13 18:38:36 +02:00
2021-10-07-14-04-10.bpo-45262.HqF71Z.rst bpo-45262, asyncio: Fix cache of the running loop holder (GH-28796) 2021-10-08 00:46:49 +02:00
2021-10-07-21-11-48.bpo-27580.tGcBTH.rst bpo-27580: Add support of null characters in the csv module. (GH-28808) 2021-10-09 19:17:43 +03:00
2021-10-08-04-11-55.bpo-10716.QSRVK2.rst bpo-10716: Migrating pydoc to html5. (GH-28651) 2021-10-09 09:36:50 +02:00
2021-10-08-11-29-29.bpo-45411.4jR--U.rst bpo-45411: Update mimetypes.py (GH-28792) 2021-10-11 13:05:28 +02:00
2021-10-09-18-42-27.bpo-44904.RlW5h8.rst bpo-44904: Fix classmethod property bug in doctest module (GH-28838) 2021-10-28 10:48:02 +03:00
2021-10-10-00-25-36.bpo-20028.bPx4Z8.rst bpo-20028: Empty escapechar/quotechar is not allowed for csv.Dialect (GH-28833) 2021-10-11 20:08:15 +09:00
2021-10-10-09-42-34.bpo-45416.n35O0_.rst bpo-45416: Fix use of asyncio.Condition() with explicit Lock objects (GH-28850) 2021-10-10 19:01:41 +03:00
2021-10-10-16-14-33.bpo-45249.xqLliz.rst bpo-45249: Fix caret location when end_offset is set to 0 (GH-28855) 2021-10-16 10:27:43 -07:00
2021-10-12-20-35-06.bpo-45417.gQM-O7.rst bpo-45417: [Enum] fix quadratic behavior during creation (GH-28907) 2021-10-14 13:59:51 -07:00
2021-10-13-17-52-48.bpo-45239.7li1_0.rst bpo-45239: Fix parsedate_tz when time has more than 2 dots in it (GH-28452) 2021-10-13 18:21:27 +02:00
2021-10-14-00-19-02.bpo-45461.4LB_tJ.rst bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-escape" codec (GH-28939) 2021-10-14 13:17:00 +03:00
2021-10-14-13-31-19.bpo-45467.Q7Ma6A.rst bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode-escape" codec (GH-28944) 2021-10-14 20:04:19 +03:00
2021-10-14-18-04-17.bpo-45428.mM2War.rst bpo-45428: Fix reading filenames from stdin in py_compile (GH-28848) 2021-10-15 12:38:55 +03:00
2021-10-15-11-30-11.bpo-42222.hdHyac.rst bpo-42222: Remove deprecated support for non-integer values (GH-28983) 2021-10-16 10:16:53 -05:00
2021-10-16-23-46-39.bpo-45489.QB0rhG.rst bpo-45489: Update ForwardRef to support | operator. (GH-28991) 2021-10-17 00:12:58 +09:00
2021-10-18-10-46-47.bpo-45475.sb9KDF.rst bpo-45475: Revert __iter__ optimization for GzipFile, BZ2File, and LZMAFile. (GH-29016) 2021-10-19 11:51:48 +09:00
2021-10-18-14-52-48.bpo-45515.aXdvm_.rst Add zoneinfo to the datetime documentation (GH-29038) 2021-10-19 20:09:41 +02:00
2021-10-18-18-12-47.bpo-35673.KOkHWe.rst bpo-35673: Add a public alias for namespace package __loader__ attribute (#29049) 2021-10-20 14:05:29 -07:00
2021-10-19-01-30-57.bpo-42174.O2w9bi.rst bpo-42174: fallback to sane values if the columns or lines are 0 in get_terminal_size (GH-29046) 2021-10-19 20:42:13 +02:00
2021-10-21-10-14-22.bpo-44019.Xk4Ncr.rst bpo-44019: Add operator.call() to __all__ for the operator module (GH-29110) 2021-10-21 19:05:36 +09:00
2021-10-21-16-18-51.bpo-45557.4MQt4r.rst bpo-45557: Fix underscore_numbers in pprint.pprint(). (GH-29129) 2021-10-21 16:42:55 -04:00
2021-10-22-23-06-33.bpo-45574.svqA84.rst bpo-45574: fix warning about print_escape being unused (GH-29172) 2021-10-22 14:57:24 -07:00
2021-10-27-10-05-39.bpo-45438.Xz5lGU.rst bpo-45438: format of inspect.Signature with generic builtins (#29212) 2021-10-27 14:36:41 -07:00
README.rst

Put news entry `blurb`_ files for the *Library* section in this directory.

.. _blurb: https://pypi.org/project/blurb/