diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2014-07-10 16:18:00 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2014-07-10 16:18:00 (GMT) |
commit | eb43214427b1ae6d7095bdd2333e9bc2220f9449 (patch) | |
tree | 77bc2894579fc239b8d6f6e3f4fbfc358901b525 /Misc/NEWS | |
parent | 7cca28ffa2efff47d4c53080f49c5b5c8eebbc19 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |