[Twisted-Python] Weekly Bug Summary

2014-09-07 Thread trac
Bug summary __ Summary for 2014-08-31 through 2014-09-07 Opened Closed Total Change Enhancements: 8 1 1239 +7 Defects: 4 0753 +4 Tasks: 0 0

Re: [Twisted-Python] pb.Copyable knowledge barrier

2014-09-07 Thread Kevin Mcintyre
Jelly performance factors below expectations. Can we say Copyable is the lowest order jelly? The notion that a copy holder can't ask is my copy good anymore? makes it so. Essentially root says, I'd prefer not to repeat unit of work nor keep track of the resulting copies, here have the original

Re: [Twisted-Python] pb.Copyable knowledge barrier

2014-09-07 Thread Glyph
On Sep 7, 2014, at 12:51 AM, Kevin Mcintyre kebi...@gmail.com wrote: Jelly performance factors below expectations. I am not clear on the significance of this statement. Can we say Copyable is the lowest order jelly? The notion that a copy holder can't ask is my copy good anymore? makes it

[Twisted-Python] Python3: should paths be bytes or str?

2014-09-07 Thread Wolfgang Rohdewald
The porting guide says No byte paths in sys.path. I am not sure what this means, I would assume that file paths should always be native strings. Or does it mean that sys.path must only contain ascii bytes? doc for FilePath says On both Python 2 and Python 3, paths can only be bytes. and

Re: [Twisted-Python] Python3: should paths be bytes or str?

2014-09-07 Thread exarkun
On 01:26 am, wolfgang@rohdewald.de wrote: The porting guide says No byte paths in sys.path. What porting guide is that? doc for FilePath says On both Python 2 and Python 3, paths can only be bytes. I stumbled upon this while trying to find out how much work it might be to make