[issue12523] 'str' object has no attribute 'more' [/usr/lib/python3.2/asynchat.py|initiate_send|245]

Caelyn McAulay report at bugs.python.org
Wed Apr 16 16:19:40 CEST 2014


Caelyn McAulay added the comment:

Here is a small script that runs fine under 2.7 but demonstrates the error when run at 3.5.

If, at all the points annotated with '#not bytes :-(', the unicode strings are replaced with bytes objects, the example then successfully runs at 3.5.

----------
nosy: +math_foo
Added file: http://bugs.python.org/file34910/asynchat_example.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12523>
_______________________________________


More information about the Python-bugs-list mailing list