summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
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