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
On Sep 7, 2014, at 12:51 AM, Kevin Mcintyre 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 so. Essenti
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 sv
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 bin/t