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