summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-01-16 07:01:46 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-01-16 07:01:46 (GMT)
commite8afd01db8c96ac686ab1834a04c0467e8d092e9 (patch)
tree6653f60f3b82dfb758445c8e0162ed2f63ba5b01 /Misc
parent104dcdab593b50596666b9f27fa6bfedc376deae (diff)
downloadcpython-e8afd01db8c96ac686ab1834a04c0467e8d092e9.zip
cpython-e8afd01db8c96ac686ab1834a04c0467e8d092e9.tar.gz
cpython-e8afd01db8c96ac686ab1834a04c0467e8d092e9.tar.bz2
Issue #23883: Update news
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS7
1 files changed, 4 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f87703f..0e46c8d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -275,9 +275,10 @@ Library
anything as they could potentially signal a different process.
- Issue #23883: Added missing APIs to __all__ to match the documented APIs
- for the following modules: csv, enum, ftplib, logging, optparse, threading
- and wave. Also added a test.support.check__all__() helper. Patches by
- Jacek Kołodziej.
+ for the following modules: calendar, csv, enum, fileinput, ftplib, logging,
+ optparse, tarfile, threading and wave. Also added a
+ test.support.check__all__() helper. Patches by Jacek Kołodziej, Mauro
+ S. M. Rodrigues and Joel Taddei.
- Issue #25590: In the Readline completer, only call getattr() once per
attribute. Also complete names of attributes such as properties and slots