diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-01-16 07:01:46 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-01-16 07:01:46 (GMT) |
commit | e8afd01db8c96ac686ab1834a04c0467e8d092e9 (patch) | |
tree | 6653f60f3b82dfb758445c8e0162ed2f63ba5b01 /Misc | |
parent | 104dcdab593b50596666b9f27fa6bfedc376deae (diff) | |
download | cpython-e8afd01db8c96ac686ab1834a04c0467e8d092e9.zip cpython-e8afd01db8c96ac686ab1834a04c0467e8d092e9.tar.gz cpython-e8afd01db8c96ac686ab1834a04c0467e8d092e9.tar.bz2 |
Issue #23883: Update news
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 |