summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2014-07-10 16:21:01 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2014-07-10 16:21:01 (GMT)
commitfff80d984caa6d7f63ff1bb13d9c3d5261c0209f (patch)
treecfb43049705c9837ed40be2b8f4c26960c1a3bb9 /Misc
parentf6e9f36e544ea7443bc3bdd959968e65817994e9 (diff)
parenteb43214427b1ae6d7095bdd2333e9bc2220f9449 (diff)
downloadcpython-fff80d984caa6d7f63ff1bb13d9c3d5261c0209f.zip
cpython-fff80d984caa6d7f63ff1bb13d9c3d5261c0209f.tar.gz
cpython-fff80d984caa6d7f63ff1bb13d9c3d5261c0209f.tar.bz2
Issue #21942: Fixed source file viewing in pydoc's server mode on Windows.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4fec3c3..8f386d6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -108,6 +108,8 @@ Core and Builtins
Library
-------
+- Issue #21942: Fixed source file viewing in pydoc's server mode on Windows.
+
- Issue #11259: asynchat.async_chat().set_terminator() now raises a ValueError
if the number of received bytes is negative.