Christopher Barker added the comment:
Thanks Raymond. Can a draft be put in a gitHub repo so we can all help out?
--
___
Python tracker
<https://bugs.python.org/issue32
Christopher Barker added the comment:
It was suggested that I could contirbute to the docs of dataclasses in this
issue. Which confuses me, as there doesn't appear to be any content here to
comment on. But what the heck:
As I've been annoyingly persistent about on the python-d
Christopher Barker added the comment:
This all came out of a thread on python-ideas, starting here:
https://mail.python.org/pipermail/python-ideas/2016-October/043284.html
the thread kind of petered out, but it seems there was a kinda-sorta
consensus that we didn't need any new string me
Christopher Barker added the comment:
I wrote:
"""I will update the PEP to indicate that it is float-only, or complex for the
cmath implementation (thanks, Tal!)."""
Done:
https://github.com/PythonCHB/close_pep/blob/master/pep-0485.txt
Hopefully pushed
Christopher Barker added the comment:
Sorry for the confusion:
when I wrote the PEP, I was thinking in terms of a Python, duck-typed
implementation.
Now that it's in C, that doesn't work so well.
I will update the PEP to indicate that it is float-only, or complex for
Christopher Barker added the comment:
On Fri, Feb 1, 2013 at 2:08 PM, Ned Deily wrote:
> Thanks for the report and the patch. Committed for 2.7.4, 3.2.4, and 3.3.1.
Did I actually submit a patch? but thanks to you for getting it done
-- and all else you do for pythonmac.
-Ch
New submission from Christopher Barker:
I just tried to "pip install ipython" and got:
error: could not create
'/Library/Frameworks/Python.framework/Versions/2.7/share/doc/ipython':
Permission denied
indeed:
$ ls -l /Library/Frameworks/Python.framework/Versions/2.7/share
New submission from Christopher Barker :
If you pass the 'U' (Universal newlines) flag into gzip.open(), the flag
gets passed into the file open command used to open the gzip file
itself. As the 'U' flag can cause changes in teh data (Lineffed
translation), when it is use