summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2014-07-10 16:18:00 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2014-07-10 16:18:00 (GMT)
commiteb43214427b1ae6d7095bdd2333e9bc2220f9449 (patch)
tree77bc2894579fc239b8d6f6e3f4fbfc358901b525 /Misc/NEWS
parent7cca28ffa2efff47d4c53080f49c5b5c8eebbc19 (diff)
downloadcpython-eb43214427b1ae6d7095bdd2333e9bc2220f9449.zip
cpython-eb43214427b1ae6d7095bdd2333e9bc2220f9449.tar.gz
cpython-eb43214427b1ae6d7095bdd2333e9bc2220f9449.tar.bz2
Issue #21942: Fixed source file viewing in pydoc's server mode on Windows.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 907e140..e5869d9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -27,6 +27,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.