diff options
author | Georg Brandl <georg@python.org> | 2005-07-17 20:27:41 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2005-07-17 20:27:41 (GMT) |
commit | 5dbda75a0208d1e1acd1d3bf26c4c44df0897dae (patch) | |
tree | 63656e49597a3c5886bc560cbe607a79d38897a9 /Misc | |
parent | 0e03272350ff5b1401db38c742912f00d5fe97a5 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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". |