diff options
author | Petri Lehtinen <petri@digip.org> | 2014-10-10 18:21:52 (GMT) |
---|---|---|
committer | Petri Lehtinen <petri@digip.org> | 2014-10-10 18:21:52 (GMT) |
commit | 3894b2a24f1a0a94601cc2436f779aa666a2f9dd (patch) | |
tree | ad33521c60dde42da697b9542b3b53a5d4b1e178 /Misc | |
parent | 866c4e2188eba458f8277e8e67a1601cd17b7855 (diff) | |
download | cpython-3894b2a24f1a0a94601cc2436f779aa666a2f9dd.zip cpython-3894b2a24f1a0a94601cc2436f779aa666a2f9dd.tar.gz cpython-3894b2a24f1a0a94601cc2436f779aa666a2f9dd.tar.bz2 |
Issue #11694: Raise ConversionError in xdrlib as documented
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -24,6 +24,9 @@ Core and Builtins Library ------- +- Issue #11694: Raise ConversionError in xdrlib as documented. Patch + by Filip GruszczyĆski and Claudiu Popa. + - Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in exception tracebacks. |