cpython/Misc/NEWS.d/next/Library
Ethan Furman c95ad7a91f
bpo-39728: Enum: fix duplicate `ValueError` (GH-22277)
fix default `_missing_` to return `None` instead of raising a `ValueError`
Co-authored-by: Andrey Darascheka <andrei.daraschenka@leverx.com>
2020-09-16 10:26:50 -07:00
..
2018-06-07-22-04-01.bpo-28557.ViNJnK.rst closes bpo-28557: error message for bad raw readinto (GH-7496) 2020-06-15 18:53:57 -05:00
2018-06-12-23-30-41.bpo-33660.AdDn5Z.rst bpo-33660: Fix PosixPath to resolve a relative path on root 2020-08-27 02:24:38 +02:00
2018-07-29-12-14-54.bpo-34226.BE7zbu.rst bpo-34226: fix cgi.parse_multipart without content_length (GH-8530) 2020-06-15 07:58:54 -07:00
2018-07-30-12-48-17.bpo-31844.0_GKsD.rst bpo-31844: Remove _markupbase.ParserBase.error() (GH-8562) 2020-07-16 09:13:05 +03:00
2018-08-21-16-20-33.bpo-29620.xxx666.rst bpo-29620: iterate over a copy of sys.modules (GH-4800) 2020-06-11 14:03:29 -04:00
2018-10-27-09-37-03.bpo-35078.kweA3R.rst bpo-35078: Allow customization of CSS class name of a month in calendar module (gh-10137) 2020-06-02 13:33:09 +02:00
2019-03-01-01-56-23.bpo-33944.-82Pkt.rst bpo-33944: site: Add site-packages tracing in verbose mode (GH-12110) 2020-06-12 15:20:11 +09:00
2019-03-17-19-01-53.bpo-36290.7VXo_K.rst bpo-36290: Fix keytword collision handling in AST node constructors (GH-12382) 2020-05-24 22:12:57 +01:00
2019-08-11-16-28-03.bpo-26543.X-TJZO.rst bpo-26543: Fix IMAP4.noop when debug mode is enabled (GH-15206) 2020-06-02 03:17:45 +02:00
2019-09-12-21-34-03.bpo-38144.8uQCdd.rst bpo-38144: Add the root_dir and dir_fd parameters in glob.glob(). (GH-16075) 2020-06-18 22:08:27 +03:00
2019-10-25-23-45-49.bpo-35714.fw3xb7.rst bpo-35714: Reject null characters in struct format strings (GH-16928) 2020-05-25 10:55:09 +03:00
2019-11-13-07-37-11.bpo-38731.9qmcSx.rst bpo-38731: Add --quiet option to py_compile CLI (GH-17134) 2020-07-25 22:58:45 +03:00
2019-12-15-18-47-20.bpo-39040.tKa0Qs.rst bpo-39040: Fix parsing of email mime headers with whitespace between encoded-words. (gh-17620) 2020-05-28 20:04:59 -04:00
2020-02-23-15-09-47.bpo-39244.aBK5IM.rst bpo-39244: multiprocessing return default start method first on macOS (GH-18625) 2020-05-26 17:54:21 +03:00
2020-02-24-10-58-34.bpo-39728.kOOaHn.rst bpo-39728: Enum: fix duplicate `ValueError` (GH-22277) 2020-09-16 10:26:50 -07:00
2020-03-11-07-44-06.bpo-31122.zIQ80l.rst bpo-31122: ssl.wrap_socket() now raises ssl.SSLEOFError rather than OSError when peer closes connection during TLS negotiation (GH-18772) 2020-08-15 10:01:19 -07:00
2020-04-18-14-16-02.bpo-40318.K2UdRx.rst bpo-40318: Migrate to SQLite3 trace v2 API (GH-19581) 2020-09-05 21:43:31 +01:00
2020-04-20-22-08-36.bpo-23082.iX90Id.rst bpo-23082: Better error message for PurePath.relative_to() from pathlib (GH-19611) 2020-05-25 20:42:28 +01:00
2020-04-23-18-21-19.bpo-39385.MIAyS7.rst bpo-39385: Add an assertNoLogs context manager to unittest.TestCase (GH-18067) 2020-07-01 22:08:38 +01:00
2020-05-06-02-01-25.bpo-13097.Wh5xSK.rst bpo-13097: ctypes: limit callback to 1024 arguments (GH-19914) 2020-05-27 17:22:07 +02:00
2020-05-07-22-00-12.bpo-39881.E1xsNv.rst bpo-32604: Recommit "bpo-32604: PEP 554 for use in test suite (GH-19985)" (GH-20611) 2020-06-10 00:53:23 -03:00
2020-05-13-16-28-33.bpo-40611.ZCk0_c.rst bpo-40611: Adds MAP_POPULATE to the mmap module (GH-20061) 2020-05-26 23:42:18 +02:00
2020-05-15-21-14-45.bpo-36543.Jt-eSX.rst bpo-36543: Revert "bpo-36543: Remove the xml.etree.cElementTree module." (GH-20117) 2020-06-10 17:39:12 +02:00
2020-05-17-02-03-09.bpo-32309.KM9psl.rst bpo-32309: Implement asyncio.to_thread() (GH-20143) 2020-05-18 20:03:28 -07:00
2020-05-18-15-26-31.bpo-40671.NeZ9Cy.rst bpo-40671: Prepare _hashlib for PEP 489 (GH-20180) 2020-05-25 10:44:51 +02:00
2020-05-18-15-38-25.bpo-25920.PxrLY8.rst bpo-25920: Remove socket.getaddrinfo() lock on macOS (GH-20177) 2020-05-28 17:23:39 +02:00
2020-05-18-17-29-30.bpo-40626.NeZufF.rst bpo-40626: Support HDF5 in mimetypes (GH-20042) 2020-06-11 15:04:13 -04:00
2020-05-18-22-41-02.bpo-40614.8j3kmq.rst bpo-40614: Respect feature version for f-string debug expressions (GH-20196) 2020-05-27 21:30:38 +01:00
2020-05-20-12-53-20.bpo-9216.ps7Yf1.rst bpo-9216: hashlib usedforsecurity fixes (GH-20258) 2020-05-22 11:04:33 -07:00
2020-05-20-13-03-28.bpo-40695.lr4aIS.rst bpo-40695: Limit hashlib builtin hash fallback (GH-20259) 2020-05-25 01:43:10 -07:00
2020-05-20-14-38-04.bpo-40698.zwl5Hc.rst bpo-40698: Improve distutils upload hash digests (GH-20260) 2020-05-20 07:37:25 -07:00
2020-05-22-12-45-58.bpo-40726.7oBdMw.rst bpo-40726: handle uninitalized end_lineno on ast.increment_lineno (GH-20312) 2020-08-05 14:32:32 +01:00
2020-05-23-00-22-11.bpo-40737.iph-CM.rst bpo-40737: Fix possible reference leak for sqlite3 initialization (GH-20323) 2020-05-26 21:18:19 +09:00
2020-05-23-04-18-00.bpo-37129.YoYoYo.rst bpo-37129: Add os.RWF_APPEND flag for os.pwritev() (GH-20336) 2020-05-27 23:32:22 +02:00
2020-05-24-11-06-37.bpo-40756.7ZH83z.rst bpo-40756: Default second argument of LoggerAdapter.__init__ to None (GH-20362) 2020-05-26 07:55:21 -07:00
2020-05-24-23-52-35.bpo-40759.DdZdaw.rst bpo-40759: Deprecate the symbol module (GH-20364) 2020-05-31 15:01:50 -07:00
2020-05-25-11-52-23.bpo-30064.6CICsH.rst bpo-30064: Fix asyncio loop.sock_* race condition issue (#20369) 2020-05-27 12:47:30 -07:00
2020-05-25-22-18-38.bpo-30008.CKC3td.rst bpo-30008: Fix OpenSSL no-deprecated compilation (GH-20397) 2020-06-01 08:58:14 +02:00
2020-05-27-00-09-52.bpo-16995.4niOT7.rst bpo-16995: add support for base32 extended hex (base32hex) (GH-20441) 2020-08-10 07:48:20 -07:00
2020-05-27-17-00-18.bpo-40795.eZSnHA.rst bpo-40795: ctypes calls unraisablehook with an exception (GH-20452) 2020-05-28 00:38:12 +02:00
2020-05-27-18-04-52.bpo-40791.IzpNor.rst bpo-40791: Use CRYPTO_memcmp() for compare_digest (#20456) 2020-05-27 21:50:06 +02:00
2020-05-27-21-27-01.bpo-40767.L5MnVV.rst bpo-40767: Allow pure Wayland to get default XDG web browser (GH-20382) 2020-06-03 05:42:33 -07:00
2020-05-27-22-19-42.bpo-40792.87Yx01.rst bpo-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443) 2020-05-28 10:33:45 +03:00
2020-05-28-16-51-00.bpo-38488.hFQNgA.rst bpo-38488: Upgrade bundled versions of pip & setuptools (GH-20491) 2020-06-15 15:16:48 -04:00
2020-05-28-17-32-29.bpo-40777.1kJU6N.rst bpo-40777: Initialize PyDateTime_IsoCalendarDateType.tp_base at run-time (GH-20493) 2020-05-28 09:14:46 -07:00
2020-05-30-08-10-23.bpo-40744.jKURVV.rst bpo-40744: Drop support for SQLite pre 3.7.3 (GH-20909) 2020-09-07 22:26:54 +01:00
2020-05-30-12-44-29.bpo-39384.Iqxy3q.rst bpo-40597: Allow email.contextmanager set_content() to set a null string. (GH-20542) 2020-07-08 14:00:35 -07:00
2020-05-30-14-19-47.bpo-26407.MjWLO1.rst bpo-26407: Do not mask errors in csv. (GH-20536) 2020-06-22 11:21:59 +03:00
2020-05-30-18-48-58.bpo-40755.IyOe2J.rst bpo-40755: Add rich comparisons to Counter (GH-20548) 2020-05-31 14:57:42 -07:00
2020-05-31-15-52-18.bpo-40834.MO9_hb.rst bpo-40834: Fix truncate when sending str object with channel (GH-20555) 2020-06-13 05:26:01 -07:00
2020-05-31-23-32-36.bpo-17005.JlRUGB.rst bpo-17005: Move topological sort functionality to its own module (GH-20558) 2020-06-01 00:41:14 +01:00
2020-06-01-02-16-29.bpo-39314.0T9hlA.rst bpo-39314: Closes parenthesis when autocompleting for functions that take no arguments (GH-20562) 2020-06-30 22:48:15 +09:00
2020-06-02-02-16-02.bpo-39791.StCJlA.rst bpo-39791 native hooks for importlib.resources.files (GH-20576) 2020-06-07 21:00:51 -04:00
2020-06-02-23-49-07.bpo-32604.ZN4V4l.rst bpo-32604: Fix reference leak in select module (GH-20600) 2020-06-03 14:36:46 +02:00
2020-06-04-16-25-15.bpo-40807.yYyLWx.rst bpo-40807: Show warnings once from codeop._maybe_compile (#20486) 2020-06-04 19:40:24 -04:00
2020-06-05-19-29-10.bpo-39791._CcO3d.rst bpo-39791: Refresh importlib.metadata from importlib_metadata 1.6.1. (GH-20659) 2020-06-05 16:34:16 -04:00
2020-06-05-20-00-18.bpo-40876.zDhiZj.rst bpo-40876: Clarify error message in the csv module (GH-20653) 2020-06-05 17:56:06 -03:00
2020-06-06-02-42-26.bpo-40884.n7fOwS.rst bpo-40884: Added defaults parameter for logging.Formatter (GH-20668) 2020-06-18 07:18:58 -07:00
2020-06-08-18-59-16.bpo-23427.ilg1Cz.rst bpo-23427: Add sys.orig_argv attribute (GH-20729) 2020-06-30 00:49:03 +02:00
2020-06-11-11-07-10.bpo-40939.-D5Asl.rst bpo-40939: Generate keyword.py using the new parser (GH-20800) 2020-06-11 13:45:15 +01:00
2020-06-12-10-44-15.bpo-40855.jSot83.rst bpo-40855: Fix ignored mu and xbar parameters (GH-20835) 2020-06-13 15:55:52 -07:00
2020-06-12-11-55-30.bpo-40955.huixCg.rst bpo-40955: Fix memory leak in subprocess module (GH-20825) 2020-06-12 09:18:43 -07:00
2020-06-13-12-04-50.bpo-40924.SM_luS.rst bpo-40924: Ensure importlib.resources.path returns an extant path (GH-20857) 2020-06-29 22:59:22 +02:00
2020-06-15-00-13-57.bpo-40967._dx3OO.rst bpo-40967: Remove deprecated asyncio.Task.current_task() and asyncio.Task.all_tasks() (GH-20874) 2020-07-01 20:41:21 -07:00
2020-06-15-12-22-53.bpo-40448.1dk8Bu.rst bpo-40448: ensurepip: Do not use cache (GH-19812) 2020-06-15 13:28:46 -04:00
2020-06-17-17-26-24.bpo-41002.NPBItE.rst bpo-41002: Optimize HTTPResponse.read with a given amount (GH-20943) 2020-06-24 23:30:21 -07:00
2020-06-17-23-49-45.bpo-35018.NP5_Qk.rst bpo-35018: Sax parser should provide user access to lexical handlers (GH-20958) 2020-08-09 12:50:53 +02:00
2020-06-18-10-34-59.bpo-41025.elf_nz.rst bpo-41025: Fix subclassing for zoneinfo.ZoneInfo (GH-20965) 2020-08-13 22:38:30 -04:00
2020-06-20-00-19-30.bpo-41043.p-Pk-H.rst bpo-41043: Escape literal part of the path for glob(). (GH-20994) 2020-06-20 11:10:31 +03:00
2020-06-20-10-16-57.bpo-41048.hEXB-B.rst bpo-41048: mimetypes should read the rule file using UTF-8, not the locale encoding (GH-20998) 2020-06-29 11:36:48 +03:00
2020-06-20-18-33-03.bpo-41056.gTH4Bq.rst bpo-41056: Fix a possible MemoryError leak within zoneinfo. (GH-21007) 2020-06-22 00:39:28 -07:00
2020-06-20-18-35-43.bpo-41056.Garcle.rst bpo-41056: Fix a NULL pointer dereference on MemoryError within the ssl module. (GH-21009) 2020-06-20 12:15:03 -07:00
2020-06-20-18-37-29.bpo-41056.d9v_uL.rst bpo-41056: Use the fildes converter for fd to please Coverity. (GH-21011) 2020-06-20 15:06:48 -07:00
2020-06-20-21-03-55.bpo-41058.gztdZy.rst bpo-41058: Use source file encoding in pdb.find_function(). (GH-21010) 2020-06-21 11:07:50 +03:00
2020-06-22-10-25-39.bpo-41068._bX2BW.rst bpo-41068: Fix read after write in zipfile for non-ASCII files names. (GH-21040) 2020-06-22 11:24:11 +03:00
2020-06-22-20-08-40.bpo-31938.EVuko9.rst bpo-31938: Fix default-value signatures of several functions in the select module (GH-21066) 2020-06-23 23:49:56 +02:00
2020-06-23-06-09-59.bpo-40521.HUfxP7.rst bpo-40521: Remove freelist from collections.deque() (GH-21073) 2020-06-23 06:50:15 -07:00
2020-06-25-10-11-47.bpo-31082.HsgDkx.rst bpo-31082: Use "iterable" in the docstring for functools.reduce() (GH-20796) 2020-06-28 15:40:54 +09:00
2020-06-27-13-51-36.bpo-41138.bIpf7g.rst bpo-41138: Fix trace CLI for non-UTF-8 files. (GH-21177) 2020-06-28 13:34:22 +03:00
2020-06-28-21-16-51.bpo-40874.YImvzA.rst bpo-40874 Update the required libmpdec version for the decimal module (GH-21202) 2020-06-28 22:01:01 +02:00
2020-06-30-20-50-51.bpo-41161.QTdJjz.rst bpo-41161 Add news entry for libmpdec-2.5.0 (GH-21243) 2020-06-30 20:58:57 +02:00
2020-07-01-17-33-50.bpo-41182.FPFI0N.rst bpo-41182 selector: use DefaultSelector based upon implementation (GH-21257) 2020-07-22 20:13:37 -07:00
2020-07-02-11-53-45.bpo-41193.8-Tnql.rst bpo-41193: Ignore OSError in readline write_history() (GH-21279) 2020-07-02 12:43:25 +02:00
2020-07-02-15-03-04.bpo-41195.cEnpO3.rst bpo-41195: Add getter for Openssl security level (GH-21282) 2020-07-17 01:59:15 -07:00
2020-07-03-13-15-08.bpo-41194.djrKjs.rst bpo-41194: The _ast module cannot be loaded more than once (GH-21290) 2020-07-03 14:15:53 +02:00
2020-07-04-21-56-46.bpo-39168.DQWsXj.rst bpo-39168: Remove the __new__ method of typing.Generic (GH-21327) 2020-07-04 22:07:43 -07:00
2020-07-05-19-16-02.bpo-29727.Q6Z2rg.rst bpo-29727: Register array.array as a MutableSequence (GH-21338) 2020-07-05 22:43:14 +01:00
2020-07-06-16-58-53.bpo-41207.Emw7Nk.rst bpo-41207 In distutils.spawn, rewrite FileNotFound (GH-21359) 2020-07-07 04:11:28 -07:00
2020-07-07-21-56-26.bpo-41235.H2csMU.rst closes bpo-41235: Fix the error handling in SSLContext.load_dh_params() (GH-21385) 2020-07-07 23:21:58 -05:00
2020-07-11-00-15-01.bpo-41273.SVrsJh.rst bpo-41273: asyncio's proactor read transport's better performance by using recv_into instead of recv (#21442) 2020-07-14 12:41:24 -07:00
2020-07-12-22-16-58.bpo-39017.x3Cg-9.rst bpo-39017: Avoid infinite loop in the tarfile module (GH-21454) 2020-07-15 13:51:00 +02:00
2020-07-13-15-06-35.bpo-41288.8mn5P-.rst bpo-41288: Fix a crash in unpickling invalid NEWOBJ_EX. (GH-21458) 2020-07-13 05:49:26 -07:00
2020-07-18-18-07-40.bpo-41333.upkHIm.rst bpo-41333: Convert OrderedDict.pop() to Argument Clinic (GH-21534) 2020-07-19 09:18:55 +03:00
2020-07-20-13-27-48.bpo-41344.iKipNd.rst bpo-41344: Raise ValueError when creating shared memory of size 0 (GH-21556) 2020-08-30 20:03:11 +01:00
2020-07-20-19-13-17.bpo-41341.wqrj8C.rst bpo-41341: Recursive evaluation of ForwardRef in get_type_hints (#21553) 2020-07-22 12:47:28 -07:00
2020-07-21-16-20-55.bpo-35328.jXovHb.rst bpo-35328: Set VIRTUAL_ENV_PROMPT at venv activation (GH-21587) 2020-07-28 09:41:57 +01:00
2020-07-21-21-45-55.bpo-41364.5O-k7A.rst bpo-41364: Reduce import overhead of uuid module (GH-21586) 2020-07-22 00:15:47 +01:00
2020-07-23-01-18-34.bpo-41317.O17Z6x.rst bpo-41317: Remove reader on cancellation in asyncio.loop.sock_accept() (#21595) 2020-07-23 12:45:08 -07:00
2020-07-26-21-18-43.bpo-41384.MlzIgV.rst bpo-41384: Raise TclError in tkinter.OptionMenu (GH-21601) 2020-07-26 21:48:17 -04:00
2020-07-28-12-08-58.bpo-41316.bSCbK4.rst bpo-41316: Make tarfile follow specs for FNAME (GH-21511) 2020-09-07 09:46:33 -07:00
2020-07-30-14-56-58.bpo-41440.rju34k.rst bpo-41440: add os.cpu_count() support for VxWorks RTOS (GH-21685) 2020-08-07 14:21:52 +09:00
2020-08-01-00-51-15.bpo-41421.dHKRVB.rst bpo-41421: Algebraic simplification for random.paretovariate() (GH-21695) 2020-08-01 01:18:26 -07:00
2020-08-03-01-59-48.bpo-41425.KJo6zF.rst bpo-41425: Make tkinter doc example runnable (GH-21706) 2020-08-03 00:03:48 -04:00
2020-08-04-00-20-30.bpo-41467.Z8DgTL.rst bpo-41467: Fix asyncio recv_into() on Windows (GH-21720) 2020-08-04 02:40:10 +02:00
2020-08-07-06-06-29.bpo-41497.aBtsWz.rst bpo-41497: Fix potential UnicodeDecodeError in dis CLI (GH-21757) 2020-08-08 12:03:09 +09:00
2020-08-07-15-18-16.bpo-41503.IYftcu.rst bpo-41503: Fix race between setTarget and flush in logging.handlers.MemoryHandler (GH-21765) 2020-08-16 16:10:13 +01:00
2020-08-09-18-16-05.bpo-41513.e6K6EK.rst bpo-41513: Improve speed and accuracy of math.hypot() (GH-21803) 2020-08-15 19:38:19 -07:00
2020-08-12-07-43-31.bpo-41528.bu83oD.rst bpo-41528: Use math module in turtle (GH-21837) 2020-09-01 12:42:41 -04:00
2020-08-12-13-25-16.bpo-41520.BEUWa4.rst bpo-41520: Fix second codeop regression (GH-21848) 2020-08-13 13:18:49 -04:00
2020-08-13-08-07-25.bpo-40782.aGZqmB.rst bpo-40782: Change asyncio.AbstractEventLoop.run_in_executor to be a method not a coroutine (GH-21852) 2020-08-17 07:19:46 -07:00
2020-08-15-15-21-40.bpo-37658.f9nivB.rst bpo-37658: Fix asyncio.wait_for() to respect waited task status (#21894) 2020-08-26 09:42:45 -07:00
2020-08-15-15-50-12.bpo-32751.85je5X.rst bpo-32751: Wait for task cancel in asyncio.wait_for() when timeout <= 0 (#21895) 2020-08-26 09:42:22 -07:00
2020-08-15-18-17-21.bpo-39994.dOgPOh.rst bpo-39994: Fix pprint handling of dict subclasses that override __repr__ (GH-21892) 2020-08-30 20:29:53 +03:00
2020-08-21-15-51-15.bpo-41609.JmiUKG.rst bpo-41609: Fix output of pdb's whatis command for instance methods (GH-21935) 2020-08-27 02:51:12 +02:00
2020-08-23-14-23-18.bpo-41513.DGqc_I.rst bpo-41513: More accurate hypot() (GH-21916) 2020-08-24 17:40:08 -07:00
2020-08-29-16-45-12.bpo-41638.iZfW5N.rst bpo-41638: Improve ProgrammingError message for absent parameter. (GH-21999) 2020-09-04 20:55:41 +03:00
2020-08-30-10-24-26.bpo-39010._mzXJW.rst bpo-39010: Fix errors logged on proactor loop restart (#22017) 2020-08-31 12:57:52 -07:00
2020-09-01-15-57-51.bpo-41687.m1b1KA.rst bpo-41687: Fix sendfile implementation to work with Solaris (#22040) 2020-09-05 12:10:01 -07:00
2020-09-03-01-35-32.bpo-41696.zkYGre.rst bpo-41696: Fix handling of debug mode in asyncio.run (#22069) 2020-09-02 21:54:46 -07:00
2020-09-04-20-45-38.bpo-41720.PW9MzZ.rst bpo-41720: Add "return NotImplemented" in turtle.Vec2D.__rmul__(). (GH-22092) 2020-09-07 18:55:22 +03:00
2020-09-06-20-27-10.bpo-41732.1SKv26.rst bpo-41732: add iterator to memoryview (GH-22119) 2020-09-08 16:28:45 +09:00
2020-09-08-13-51-16.bpo-1635741.wkPeoT.rst bpo-1635741: Port _string module to multi-phase init (GH-22148) 2020-09-08 15:33:08 +02:00
2020-09-08-13-55-34.bpo-1635741.56MLP-.rst bpo-1635741: Port mashal module to multi-phase init (#22149) 2020-09-08 15:33:52 +02:00
2020-09-11-12-38-55.bpo-39651.JMp9l2.rst bpo-39651: Fix asyncio proactor _write_to_self() (GH-22197) 2020-09-12 08:50:18 +02:00
2020-09-14-19-27-46.bpo-41789.pI_uZQ.rst bpo-41789: honor object overrides in Enum classes (GH-22250) 2020-09-15 16:28:25 -07:00
2020-09-15-07-55-35.bpo-41792.qMpSlU.rst bpo-41792: Add is_typeddict function to typing.py (GH-22254) 2020-09-15 21:58:32 -07:00
2020-09-15-14-56-13.bpo-39587.69xzuh.rst bpo-39587: Enum - use correct mixed-in data type (GH-22263) 2020-09-15 15:56:26 -07:00
2020-09-15-22-43-30.bpo-41517.sLBH7g.rst bpo-41517: do not allow Enums to be extended (#22271) 2020-09-16 07:11:57 -07:00
README.rst Link to blurb on PyPI in the NEWS.d READMEs. (#3323) 2017-09-05 10:38:05 -07:00

README.rst

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

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