[Python-checkins] python/dist/src/Misc NEWS, 1.1193.2.61, 1.1193.2.62

birkenfeld@users.sourceforge.net birkenfeld at users.sourceforge.net
Sun Jul 17 22:26:52 CEST 2005


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15834/Misc

Modified Files:
      Tag: release24-maint
	NEWS 
Log Message:
backport Bug #1015140: disambiguated the term "article id" in nntplib docs and
  docstrings to either "article number" or "message id".



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1193.2.61
retrieving revision 1.1193.2.62
diff -u -d -r1.1193.2.61 -r1.1193.2.62
--- NEWS	11 Jul 2005 05:57:10 -0000	1.1193.2.61
+++ NEWS	17 Jul 2005 20:26:33 -0000	1.1193.2.62
@@ -51,6 +51,9 @@
 Library
 -------
 
+- Bug #1015140: disambiguated the term "article id" in nntplib docs and
+  docstrings to either "article number" or "message id".
+
 - Bug #1177468: Don't cache the /dev/urandom file descriptor for os.urandom,
   as this can cause problems with apps closing all file descriptors.
 



More information about the Python-checkins mailing list