cpython/Misc/NEWS.d/next/Library
Gregory P. Smith b44b9d9900
gh-113971: Make `zipfile.ZipInfo._compresslevel` public as `.compress_level` (#113969)
Make zipfile.ZipInfo.compress_level public.

A property is used to retain the behavior of the ._compresslevel.

People constructing zipfile.ZipInfo instances to pass into existing APIs to control per-file compression levels already treat this as public, there was never a reason for it not to be.

I used the more modern name compress_level instead of compresslevel as the keyword argument on other ZipFile APIs is called to be consistent with compress_type and a general long term preference of not runningwordstogether without a separator in names.
2024-01-12 20:15:05 +00:00
..
2019-02-12-16-12-54.bpo-21360.gkSSfx.rst bpo-21360: mailbox.Maildir now ignores files with a leading dot (GH-11833) 2023-12-25 17:07:51 +02:00
2019-05-08-13-14-11.bpo-29779.jg33dp.rst gh-73965: New environment variable PYTHON_HISTORY (#13208) 2024-01-06 22:30:12 -08:00
2019-05-17-07-22-33.bpo-18060.5mqTQM.rst gh-62260: Fix ctypes.Structure subclassing with multiple layers (GH-13374) 2024-01-01 18:24:24 +02:00
2019-05-18-15-50-14.bpo-36959.ew6WZ4.rst bpo-36959: Fix error messages for invalid ISO format string in _strptime() (GH-13408) 2023-12-26 19:26:17 +00:00
2019-06-14-22-37-32.bpo-37260.oecdIf.rst gh-81441: shutil.rmtree() FileNotFoundError race condition (GH-14064) 2023-12-05 09:33:51 +00:00
2020-03-09-15-08-29.bpo-39912.xPOBBY.rst bpo-39912: Raise appropriate exceptions in filterwarnings() and simplefilter() (GH-18878) 2023-12-01 11:17:47 +00:00
2020-05-21-23-32-46.bpo-40262.z4fQv1.rst gh-84443: SSLSocket.recv_into() now support buffer protocol with itemsize != 1 (GH-20310) 2023-11-27 19:15:39 +02:00
2020-06-15-23-44-53.bpo-19821.ihBk39.rst gh-64020: Deprecate pydoc.ispackage() (GH-20908) 2023-12-27 14:04:31 +00:00
2020-07-28-20-48-05.bpo-41422.iMwnMu.rst bpo-41422: Visit the Pickler's and Unpickler's memo in tp_traverse (GH-21664) 2023-11-27 18:09:41 +00:00
2020-08-06-14-43-55.bpo-26791.KxoEfO.rst bpo-26791: Update shutil.move() to provide the same symlink move behavior as the mv shell when moving a symlink into a directory that is the target of the symlink (GH-21759) 2023-12-27 16:23:42 +00:00
2020-10-03-23-47-28.bpo-35928.E0iPAa.rst gh-80109: Fix io.TextIOWrapper dropping the internal buffer during write() (GH-22535) 2024-01-08 12:33:34 +02:00
2020-12-14-09-31-13.bpo-35332.s22wAx.rst bpo-35332: Handle os.close() errors in shutil.rmtree() (GH-23766) 2023-12-05 19:09:39 +02:00
2021-11-23-22-22-49.bpo-32731.kNOASr.rst gh-76912: Raise OSError from any failure in getpass.getuser() (#29739) 2023-11-27 10:05:55 -08:00
2021-12-06-22-10-53.bpo-43153.J7mjSy.rst bpo-43153: Don't mask `PermissionError` with `NotADirectoryError` during tempdirectory cleanup (GH-29940) 2023-12-05 15:30:59 +02:00
2022-12-01-16-57-44.gh-issue-91133.LKMVCV.rst gh-91133: tempfile.TemporaryDirectory: fix symlink bug in cleanup (GH-99930) 2023-12-07 18:04:06 +02:00
2023-02-08-00-43-29.gh-issue-83162.ufdI9F.rst GH-83162: Rename re.error for better clarity. (#101677) 2023-12-11 15:45:08 -05:00
2023-04-09-21-05-43.gh-issue-66515.0DS8Ya.rst gh-66515: mailbox.MH now supports folders withou the ".mh_sequences" file (GH-804) 2023-12-26 11:15:14 +02:00
2023-04-23-11-08-02.gh-issue-103708.Y17C7p.rst gh-103708: Make directory layout in sysconfig implementation configurable (#103709) 2023-12-29 17:55:17 +00:00
2023-04-29-20-49-13.gh-issue-104003.-8Ruk2.rst gh-104003: Implement PEP 702 (#104004) 2023-11-29 09:38:29 -08:00
2023-08-07-21-11-24.gh-issue-102130._UyI5i.rst gh-102130: Support tab completion in cmd for Libedit. (GH-107748) 2023-12-05 08:24:56 +01:00
2023-08-14-21-10-52.gh-issue-103363.u64_QI.rst gh-103363: Add follow_symlinks argument to `pathlib.Path.owner()` and `group()` (#107962) 2023-12-04 19:42:01 +00:00
2023-09-23-14-40-51.gh-issue-109786.UX3pKv.rst gh-109786: Fix leaks and crash when re-enter itertools.pairwise.__next__() (GH-109788) 2023-12-04 11:47:55 +00:00
2023-09-28-13-15-51.gh-issue-109858.43e2dg.rst gh-109858: Protect zipfile from "quoted-overlap" zipbomb (GH-110016) 2024-01-10 15:55:36 +02:00
2023-10-11-02-34-01.gh-issue-110109.RFCmHs.rst GH-110109: Add `pathlib._PurePathBase` (#110670) 2023-12-08 17:39:04 +00:00
2023-10-12-18-19-47.gh-issue-82300.P8-O38.rst gh-82300: Add track parameter to multiprocessing.shared_memory (#110778) 2023-12-05 00:11:44 -08:00
2023-10-17-16-11-03.gh-issue-52161.WBYyCJ.rst gh-52161: Enhance Cmd support for docstrings (#110987) 2024-01-03 19:37:34 +00:00
2023-10-20-15-28-08.gh-issue-102988.dStNO7.rst [CVE-2023-27043] gh-102988: Reject malformed addresses in email.parseaddr() (#111116) 2023-12-15 16:10:40 +01:00
2023-10-23-03-49-34.gh-issue-102980.aXBd54.rst gh-102980: Redirect output of pdb's `interact` command, add tests and improve docs (#111194) 2023-12-07 11:19:33 +00:00
2023-10-23-18-42-26.gh-issue-111049.Ys7-o_.rst gh-111049: Fix crash during garbage collection of the BytesIO buffer object (GH-111221) 2023-12-14 10:04:23 +00:00
2023-10-25-13-07-53.gh-issue-67790.jMn9Ad.rst gh-67790: Support basic formatting for Fraction (#111320) 2023-12-16 10:58:31 +00:00
2023-10-25-16-37-13.gh-issue-75666.BpsWut.rst gh-75666: Tkinter: "unbind(sequence, funcid)" now only unbinds "funcid" (GH-111322) 2023-12-06 16:42:15 +02:00
2023-11-02-10-13-31.gh-issue-111615.3SMixi.rst gh-111615: Fix regression in QueueHandler configuration. (GH-111638) 2023-12-27 09:35:15 +00:00
2023-11-05-20-09-27.gh-issue-99367.HLaWKo.rst gh-99367: Do not mangle sys.path[0] in pdb if safe_path is set (#111762) 2023-11-27 23:11:40 +00:00
2023-11-08-16-11-04.gh-issue-110275.Bm6GwR.rst gh-110275: Named tuple's __replace__() now raises TypeError for invalid arguments (GH-110299) 2023-12-04 13:30:32 +02:00
2023-11-08-18-53-07.gh-issue-68166.1iTh4Y.rst gh-68166: Add support of "vsapi" in ttk.Style.element_create() (GH-111393) 2023-11-27 20:57:33 +02:00
2023-11-09-11-07-34.gh-issue-111874.dzYc3j.rst gh-111874: Call `__set_name__` on objects that define the method inside a `typing.NamedTuple` class dictionary as part of the creation of that class (#111876) 2023-11-27 16:34:44 +00:00
2023-11-15-01-36-04.gh-issue-106922.qslOVH.rst gh-106922: Support multi-line error locations in traceback (attempt 2) (#112097) 2023-12-01 22:18:16 +00:00
2023-11-15-04-53-37.gh-issue-112105.I3RcVN.rst gh-112105: Make completer delims work on libedit (gh-112106) 2023-11-28 06:23:23 +00:00
2023-11-16-10-42-15.gh-issue-112139.WpHosf.rst gh-112139: Add `inspect.Signature.format` and use it in `pydoc` (#112143) 2023-12-02 15:39:43 -08:00
2023-11-16-17-18-09.gh-issue-112137.QvjGjN.rst gh-112137: change dis output to display labels instead of offsets (#112138) 2023-11-22 22:36:55 +00:00
2023-11-21-02-58-14.gh-issue-77621.MYv5XS.rst GH-77621: Delay some imports from pathlib (#112244) 2023-11-25 17:41:05 +00:00
2023-11-22-19-43-54.gh-issue-112292.5nDU87.rst gh-112292 : Catch import error conditions with readline hooks (gh-112313) 2023-11-27 18:58:53 -07:00
2023-11-22-23-08-47.gh-issue-81620.mfZ2Wf.rst Add extra tests for `random.binomialvariate` (gh-112325) 2023-11-23 12:31:03 -06:00
2023-11-23-10-41-21.gh-issue-112332.rhTBaa.rst gh-112332: Deprecate TracebackException.exc_type, add exc_type_str. (#112333) 2023-11-28 08:03:25 +00:00
2023-11-23-12-37-22.gh-issue-112137.kM46Q6.rst gh-112137: change dis output to show no-lineno as -- instead of None (#112335) 2023-11-23 14:34:27 +00:00
2023-11-23-17-25-27.gh-issue-112345.FFApHx.rst gh-112345: `typing.Protocol`: Let failed subclasscheck show non-method members (#112344) 2023-11-24 09:46:08 +00:00
2023-11-24-09-27-01.gh-issue-112361.kYtnHW.rst GH-112361: Speed up pathlib by removing some temporary objects. (#112362) 2023-11-25 17:19:38 +00:00
2023-11-24-21-00-24.gh-issue-94722.GMIQIn.rst gh-94722: fix DocTest.__eq__ for case of no line number on one side (#112385) 2023-11-25 17:23:43 +00:00
2023-11-25-20-29-28.gh-issue-112405.cOtzxC.rst gh-112405: Optimise `pathlib.Path.relative_to` (#112406) 2023-11-26 15:56:03 +00:00
2023-11-26-13-26-56.gh-issue-112358.smhaeZ.rst gh-112358: Fix Python 3.12 regression with subclassing struct.Struct. (#112424) 2023-11-26 14:29:52 +00:00
2023-11-26-13-44-19.gh-issue-112414.kx2E7S.rst gh-112414: Fix `AttributeError` when calling `repr()` on a namespace package imported with a custom loader (#112425) 2023-11-27 08:19:29 +00:00
2023-11-27-12-41-23.gh-issue-63284.q2Qi9q.rst gh-63284: Add support for TLS-PSK (pre-shared key) to the ssl module (#103181) 2023-11-27 04:01:44 +00:00
2023-11-28-02-39-30.gh-issue-101336.ya433z.rst gh-101336: Add keep_alive keyword arg for asyncio create_server() (#112485) 2023-12-13 03:23:29 +00:00
2023-11-28-20-01-33.gh-issue-112509.QtoKed.rst gh-112509: Fix keys being present in both required_keys and optional_keys in TypedDict (#112512) 2023-11-29 09:36:48 -08:00
2023-11-28-20-47-39.gh-issue-112328.Z2AxEY.rst gh-112328: [Enum] Make some private attributes public. (GH-112514) 2023-12-05 08:27:36 -08:00
2023-11-29-02-26-32.gh-issue-112510.j-zXGc.rst gh-112510: Add `readline.backend` for the backend readline uses (GH-112511) 2023-12-01 14:05:55 +00:00
2023-11-29-10-51-41.gh-issue-112516.rFKUKN.rst gh-112516: Update bundled pip version to 23.3.1 (gh-112517) 2023-12-04 18:27:57 +01:00
2023-12-01-08-28-09.gh-issue-112578.bfNbfi.rst gh-112578: Fix RuntimeWarning when running zipfile (GH-112579) 2023-12-03 13:09:29 +02:00
2023-12-01-16-09-59.gh-issue-81194.FFad1c.rst bpo-37013: Fix the error handling in socket.if_indextoname() (GH-13503) 2023-12-01 15:16:49 +00:00
2023-12-01-18-05-09.gh-issue-110190.5bf-c9.rst gh-110190: Fix ctypes structs with array on Arm (#112604) 2023-12-05 16:07:50 +01:00
2023-12-01-21-05-46.gh-issue-112334.DmNXKh.rst gh-112334: Restore subprocess's use of `vfork()` & fix `extra_groups=[]` behavior (#112617) 2023-12-04 15:08:19 -08:00
2023-12-02-12-55-17.gh-issue-112618.7_FT8-.rst gh-112618: Make `Annotated` cache typed (#112619) 2023-12-02 16:10:19 +00:00
2023-12-03-01-01-52.gh-issue-112622.1Z8cpx.rst gh-112622: Pass name to loop create_task method (#112623) 2023-12-12 17:26:40 -08:00
2023-12-03-11-15-53.gh-issue-112640.-FVwP7.rst gh-112640: Add `kwdefaults` parameter to `types.FunctionType.__new__` (#112641) 2024-01-11 00:42:30 -08:00
2023-12-03-12-41-48.gh-issue-112645.blMsKf.rst gh-112645: remove deprecation warning for use of onerror in shutil.rmtree (#112659) 2023-12-03 14:02:37 +00:00
2023-12-04-14-05-24.gh-issue-74690.eODKRm.rst gh-74690: Optimise `isinstance()` and `issubclass()` calls against runtime-checkable protocols by avoiding costly `super()` calls (#112708) 2023-12-04 15:41:41 +00:00
2023-12-04-16-45-11.gh-issue-74690.pQYP5U.rst gh-74690: Avoid a costly type check where possible in `_ProtocolMeta.__subclasscheck__` (#112717) 2023-12-04 19:35:46 +00:00
2023-12-04-21-30-34.gh-issue-112727.jpgNRB.rst GH-112727: Speed up `pathlib.Path.absolute()` (#112728) 2023-12-04 23:21:39 +00:00
2023-12-05-01-19-28.gh-issue-112736.rdHDrU.rst gh-112736: Refactor del-safe symbol handling in subprocess (#112738) 2023-12-04 20:23:17 -08:00
2023-12-05-16-20-40.gh-issue-94692.-e5C3c.rst gh-94692: Only catch OSError in shutil.rmtree() (#112756) 2023-12-05 16:40:49 +01:00
2023-12-05-18-57-53.gh-issue-79325.P2vMVK.rst gh-79325: Fix recursion error in TemporaryDirectory cleanup on Windows (GH-112762) 2023-12-07 17:21:36 +00:00
2023-12-06-14-06-14.gh-issue-51944.-5qq_L.rst gh-51944: Add missing macOS constants to termios (#112823) 2023-12-07 11:27:30 +01:00
2023-12-06-16-01-33.gh-issue-112800.TNsGJ-.rst gh-112800: Ignore PermissionError on SubprocessTransport.close() in asyncio (#112803) 2023-12-23 16:43:39 -08:00
2023-12-07-16-55-41.gh-issue-87286.MILC9_.rst gh-87286: Add a number of LOG_* constants to syslog (#24432) 2023-12-12 10:25:51 +01:00
2023-12-08-11-17-17.gh-issue-112540.Pm5egX.rst gh-112540: Support zero inputs in geometric_mean() (gh-112880) 2023-12-08 12:05:56 -06:00
2023-12-11-14-12-46.gh-issue-110190.e0iEUa.rst gh-110190: Fix ctypes structs with array on PPCLE64 (GH-112959) 2023-12-13 17:08:15 +01:00
2023-12-11-16-13-15.gh-issue-112970.87jmKP.rst gh-112970: Detect and use closefrom() when available (#112969) 2023-12-12 11:25:27 +01:00
2023-12-12-05-48-17.gh-issue-112989.ZAa_eq.rst gh-112989: asyncio: Reduce overhead to connect sockets with SelectorEventLoop (#112991) 2023-12-12 16:29:21 -08:00
2023-12-12-16-32-55.gh-issue-112962.ZZWXZn.rst gh-112962: in dis module, put cache information in the Instruction instead of creating fake Instructions to represent it (#113016) 2023-12-13 12:00:21 +00:00
2023-12-12-20-15-57.gh-issue-112559.IgXkje.rst gh-112559: Avoid unnecessary conversion attempts to enum_klass in signal.py (#113040) 2023-12-23 17:07:52 -08:00
2023-12-13-17-08-21.gh-issue-59616.JNlWSs.rst gh-59616: Support os.chmod(follow_symlinks=True) and os.lchmod() on Windows (GH-113049) 2023-12-14 13:28:37 +02:00
2023-12-15-09-51-41.gh-issue-113175.RHsNwE.rst gh-113174: Sync with importlib_metadata 7.0 (#113175) 2023-12-21 15:04:05 -05:00
2023-12-15-12-35-28.gh-issue-61648.G-4pz0.rst gh-61648: Detect line numbers of properties in doctests (GH-113161) 2023-12-15 15:24:30 +02:00
2023-12-15-18-10-26.gh-issue-113202.xv_Ww8.rst gh-113202: Add a strict option to itertools.batched() (gh-113203) 2023-12-16 09:13:50 -06:00
2023-12-15-18-13-59.gh-issue-113119.al-569.rst gh-113119 fix environment handling in subprocess.Popen when posix_spawn is used (#113120) 2023-12-17 05:19:05 +00:00
2023-12-15-20-29-49.gh-issue-113188.AvoraB.rst gh-113188: Fix shutil.copymode() on Windows (GH-113189) 2023-12-23 11:07:54 +00:00
2023-12-15-21-33-42.gh-issue-113191.Il155b.rst gh-113191: Add support of os.fchmod() on Windows (GH-113192) 2023-12-24 10:57:11 +00:00
2023-12-16-01-10-47.gh-issue-113199.oDjnjL.rst gh-113199: Make read1() and readline() of HTTPResponse close IO after reading all data (GH-113200) 2023-12-18 22:17:16 +02:00
2023-12-16-10-58-34.gh-issue-113117.0zF7bH.rst gh-113117: Support posix_spawn in subprocess.Popen with close_fds=True (#113118) 2023-12-17 21:34:57 +00:00
2023-12-16-23-56-42.gh-issue-113149.7LWgTS.rst gh-113149: Improve error message when JSON has trailing comma (GH-113227) 2023-12-17 20:52:26 +02:00
2023-12-17-04-43-57.gh-issue-113225.dhxhiZ.rst GH-113225: Speed up `pathlib.Path.glob()` (#113226) 2024-01-04 20:48:26 +00:00
2023-12-17-10-22-55.gh-issue-112182.jLWGlr.rst gh-112182: Replace StopIteration with RuntimeError for future (#113220) 2024-01-09 21:21:00 -08:00
2023-12-17-13-56-30.gh-issue-87264.RgfHCv.rst gh-87264: Convert tarinfo type to stat type (GH-113230) 2023-12-19 11:04:43 -08:00
2023-12-18-09-47-54.gh-issue-113246.em930H.rst gh-113246: Updated bundled pip to 23.3.2 (gh-113249) 2023-12-18 10:21:46 +00:00
2023-12-20-21-18-51.gh-issue-113214.JcV9Mn.rst GH-113214: Fix SSLProto exception handling in SSL-over-SSL scenarios (#113334) 2023-12-20 15:09:01 -08:00
2023-12-21-23-47-42.gh-issue-53502.dercJI.rst gh-53502: add a new option aware_datetime in plistlib to loads or dumps aware datetime. (#113363) 2024-01-01 19:51:24 +01:00
2023-12-22-11-30-57.gh-issue-113320.Vp5suS.rst gh-113320: Reduce the number of dangerous `getattr()` calls when constructing protocol classes (#113401) 2024-01-05 01:01:48 +00:00
2023-12-22-20-49-52.gh-issue-113407.C_O13_.rst gh-113407: Fix import of unittest.mock when CPython is built without docstrings (GH-113408) 2023-12-24 13:38:56 +02:00
2023-12-23-13-10-42.gh-issue-111784.Nb4L1j.rst gh-111784: Fix two segfaults in the elementtree module (GH-113405) 2023-12-24 10:57:41 +02:00
2023-12-23-16-10-07.gh-issue-113421.w7vs08.rst gh-113421: Fix multiprocessing logger for "%(filename)s" (GH-113423) 2023-12-24 12:04:12 +02:00
2023-12-23-16-51-17.gh-issue-113028.3Jmdoj.rst gh-113028: Correctly memoize str in pickle when escapes added (GH-113436) 2023-12-24 11:43:44 +02:00
2023-12-28-14-36-20.gh-issue-113543.2iWkOR.rst gh-113543: Make sure that `MacOSXOSAScript` sends `webbrowser.open` audit event (#113544) 2023-12-28 19:58:06 +01:00
2023-12-29-17-30-49.gh-issue-113568.UpWNAI.rst GH-113568: Stop raising auditing events from pathlib ABCs (#113571) 2024-01-05 21:41:19 +00:00
2023-12-29-17-57-45.gh-issue-113569.qcRCEI.rst gh-113569: Display calls in Mock.assert_has_calls failure when empty (GH-113573) 2024-01-04 21:11:34 +02:00
2023-12-29-22-29-34.gh-issue-89850.KnxiZA.rst gh-89850: Add default C implementations of persistent_id() and persistent_load() (GH-113579) 2024-01-10 15:30:37 +02:00
2023-12-30-20-30-05.gh-issue-113537.v1W5_X.rst gh-113537: support loads str in plistlib.loads (#113582) 2024-01-06 10:26:59 +01:00
2024-01-01-13-26-02.gh-issue-85567.K4U15m.rst gh-85567: Fix resouce warnings in pickle and pickletools CLIs (GH-113618) 2024-01-06 00:12:34 +02:00
2024-01-03-14-19-26.gh-issue-113538.ahuBCo.rst gh-113538: Don't error in stream reader protocol callback when task is cancelled (#113690) 2024-01-04 12:20:21 -08:00
2024-01-05-12-42-07.gh-issue-113594.4t8HiR.rst gh-113594: Fix UnicodeEncodeError in TokenList.fold() (GH-113730) 2024-01-10 14:54:36 +02:00
2024-01-05-21-52-59.gh-issue-113568._0FkpZ.rst GH-113568: Stop raising deprecation warnings from pathlib ABCs (#113757) 2024-01-05 22:56:04 +00:00
2024-01-07-00-56-41.gh-issue-112932.OfhUu7.rst gh-112795: Allow `/` folder in a zipfile (#112932) 2024-01-07 01:14:18 +00:00
2024-01-07-11-45-56.gh-issue-113791.XF5xSW.rst gh-113791: Expose CLOCK_MONOTONIC_RAW_APPROX and CLOCK_UPTIME_RAW_APROX on macOS in the time module (#113792) 2024-01-08 20:44:00 +01:00
2024-01-07-13-36-03.gh-issue-111693.xN2LuL.rst GH-111693: Propagate correct asyncio.CancelledError instance out of asyncio.Condition.wait() (#111694) 2024-01-08 11:57:48 -08:00
2024-01-08-14-57-09.gh-issue-113781.IoTnwi.rst gh-113781: Silence AttributeError in warning module during Python finalization (GH-113813) 2024-01-09 21:44:05 +02:00
2024-01-08-19-38-42.gh-issue-96037.Yr2Y1C.rst gh-96037: Always insert TimeoutError when exit an expired asyncio.timeout() block (GH-113819) 2024-01-10 12:50:31 +02:00
2024-01-09-08-59-43.gh-issue-113661.asvXSx.rst GH-113661: unittest runner: Don't exit 5 if tests were skipped (#113856) 2024-01-09 19:50:01 +00:00
2024-01-09-12-19-55.gh-issue-113848.kXoCy0.rst gh-113848: Handle CancelledError subclasses in asyncio TaskGroup() and timeout() (GH-113850) 2024-01-09 21:41:31 +02:00
2024-01-09-18-07-08.gh-issue-113868.DlZG2r.rst gh-113868: Add a number of MAP_* flags from macOS to module mmap (#113869) 2024-01-12 16:56:18 +01:00
2024-01-10-12-03-38.gh-issue-113877.RxKlrQ.rst gh-113877: Fix Tkinter method winfo_pathname() on 64-bit Windows (GH-113900) 2024-01-10 12:36:03 +02:00
2024-01-11-16-58-10.gh-issue-113971.skJZ4g.rst gh-113971: Make `zipfile.ZipInfo._compresslevel` public as `.compress_level` (#113969) 2024-01-12 20:15:05 +00:00
2024-01-11-22-22-51.gh-issue-108364.QH7C-1.rst gh-108364: In sqlite3, disable foreign keys before dumping SQL schema (#113957) 2024-01-12 10:50:37 +01: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/