[issue17088] ElementTree incorrectly refuses to write attributes without namespaces when default_namespace is used
Márton Marczell added the comment: Can he please get a review of the pull request? -- nosy: +marczellm ___ Python tracker <https://bugs.python.org/issue17
[issue21425] Python 3 pipe handling breaks python mode in emacs on Windows
New submission from Márton Marczell: When I run a Python 3.3.4 prompt inside Emacs 24.3 on Windows 7, correct commands are evaluated immediately, but incorrect ones are delayed (I have to press Enter one more time), as seen below: >>> 1 1 >>> nonsense >&