summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2005-07-17 20:27:41 (GMT)
committerGeorg Brandl <georg@python.org>2005-07-17 20:27:41 (GMT)
commit5dbda75a0208d1e1acd1d3bf26c4c44df0897dae (patch)
tree63656e49597a3c5886bc560cbe607a79d38897a9 /Misc
parent0e03272350ff5b1401db38c742912f00d5fe97a5 (diff)
downloadcpython-5dbda75a0208d1e1acd1d3bf26c4c44df0897dae.zip
cpython-5dbda75a0208d1e1acd1d3bf26c4c44df0897dae.tar.gz
cpython-5dbda75a0208d1e1acd1d3bf26c4c44df0897dae.tar.bz2
- Bug #1015140: disambiguated the term "article id" in nntplib docs and
docstrings to either "article number" or "message id".
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 182c93d..89583e0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -168,6 +168,9 @@ Extension Modules
Library
-------
+- Bug #1015140: disambiguated the term "article id" in nntplib docs and
+ docstrings to either "article number" or "message id".
+
- Bug #1238170: threading.Thread.__init__ no longer has "kwargs={}" as a
parameter, but uses the usual "kwargs=None".