diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2004-07-26 12:40:50 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2004-07-26 12:40:50 (GMT) |
commit | cc0f93233a1715ae8358fb0fa35b1ab8786bade3 (patch) | |
tree | 80a7580addf8ef881b214ecfec12a701077ce803 /Misc/NEWS | |
parent | 32d0c1b458bbdda8d8895f5b5bedfb4644f839e7 (diff) | |
download | cpython-cc0f93233a1715ae8358fb0fa35b1ab8786bade3.zip cpython-cc0f93233a1715ae8358fb0fa35b1ab8786bade3.tar.gz cpython-cc0f93233a1715ae8358fb0fa35b1ab8786bade3.tar.bz2 |
Patch #605370: Add description[s] for RFC 2980 compliance.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -44,6 +44,9 @@ Extension modules Library ------- +- nntplib has two new methods: description and descriptions. They + use a more RFC-compliant way of getting a newsgroup description. + - Bug #993394. Fix a possible red herring of KeyError in 'threading' being raised during interpreter shutdown from a registered function with atexit when dummy_threading is being used. |