diff options
author | Dong-hee Na <donghee.na92@gmail.com> | 2020-05-05 01:49:46 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-05 01:49:46 (GMT) |
commit | 92a98ed97513c6e365ce8765550ea65d0ddc8cd7 (patch) | |
tree | bfed403dc098cf17391e1fdf232b766efe9f5719 /Misc | |
parent | 9d74658f0a6e8a9b8d6dcf199dda886f35c6ad68 (diff) | |
download | cpython-92a98ed97513c6e365ce8765550ea65d0ddc8cd7.zip cpython-92a98ed97513c6e365ce8765550ea65d0ddc8cd7.tar.gz cpython-92a98ed97513c6e365ce8765550ea65d0ddc8cd7.tar.bz2 |
bpo-1635741: Port syslog module to multiphase initialization (GH-19907)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2020-05-05-03-36-27.bpo-1635741.ARv1YV.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2020-05-05-03-36-27.bpo-1635741.ARv1YV.rst b/Misc/NEWS.d/next/Core and Builtins/2020-05-05-03-36-27.bpo-1635741.ARv1YV.rst new file mode 100644 index 0000000..f484992 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2020-05-05-03-36-27.bpo-1635741.ARv1YV.rst @@ -0,0 +1 @@ +Port :mod:`syslog` to multiphase initialization (:pep:`489`). |