Changes between and of Initial VersionVersion 3Ticket #5411
- Timestamp:
- 11/25/2011 03:14:40 AM (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5411
- Property cc itamarst added
- Property owner set to exarkun
- Property keywords review added
-
Ticket #5411 – description
initial v3 1 1 When doing a DIR from a FTP client to a Twisted FTP based server, I got a traceback 2 2 3 {{{ 3 4 --- <exception caught here> --- 4 5 File "/home/autobahn/python/lib/python2.7/site-packages/Twisted-11.1.0_r33225-py2.7-freebsd-8.2-RELEASE-p3-i386.egg/twisted/internet/defer.py", line 545, in _runCallbacks … … 15 16 raise TypeError("Data must not be unicode") 16 17 exceptions.TypeError: Data must not be unicode 17 18 }}} 18 19 19 20 This is Twisted trunk (r33225) on FreeBSD i386 / Python 2.7.2
