New submission from Dorian :
Hello,
In the French page:
https://docs.python.org/fr/3/library/__future__.html
There is a bad URL in the table at the end of the page:
division/2.2.0a2/3.0/PEP 328 : Changement de l'opérateur de division
It's supposed to be PEP 238, not 328.
The UR
Changes by Andrei Dorian Duma :
--
nosy: -andrei.duma
___
Python tracker
<http://bugs.python.org/issue15216>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrei Dorian Duma :
--
nosy: -andrei.duma
___
Python tracker
<http://bugs.python.org/issue19475>
___
___
Python-bugs-list mailing list
Unsubscribe:
Dorian Pula added the comment:
Attached patches with proposed change to the documentation to make the
description clearer.
Please review and comment.
--
nosy: +dorianpula
___
Python tracker
<http://bugs.python.org/issue20
Changes by Dorian Pula :
Added file:
http://bugs.python.org/file39020/reload_builtin_functions_doc_py_2_7_fix.patch
___
Python tracker
<http://bugs.python.org/issue20
Changes by Dorian Pula :
--
keywords: +patch
versions: +Python 3.5
Added file:
http://bugs.python.org/file39019/reload_importlib_doc_py_3_5_fix.patch
___
Python tracker
<http://bugs.python.org/issue20
Andrei Dorian Duma added the comment:
I have to postpone this for a few weeks. Sorry if I stayed in anyone's way.
--
___
Python tracker
<http://bugs.python.org/is
Andrei Dorian Duma added the comment:
Removed _Py_IDENTIFIERs duplicated in the same file, except:
_Py_IDENTIFIER(replace): Modules/zipimport.c:563
which was enclosed in some #ifdefs.
--
keywords: +patch
Added file:
http://bugs.python.org/file32587
Andrei Dorian Duma added the comment:
> @Andrei: Are you interested to work on a patch to remove identifiers
> duplicated in the same file?
Yes, I will provide a patch in a day or two.
--
___
Python tracker
<http://bugs.python.org/i
Andrei Dorian Duma added the comment:
I added a new patch with sorted _Py_IDENTIFIERs.
Regarding all identifiers at the top, I guess it might be more stylish, but it
might affect performance. I'm not sure, though.
--
Added file: http://bugs.python.org/file
Andrei Dorian Duma added the comment:
The patch I promised above.
--
Added file: http://bugs.python.org/file32532/merge_py_identifiers.patch
___
Python tracker
<http://bugs.python.org/issue19
Andrei Dorian Duma added the comment:
I'll provide a patch later tonight.
--
___
Python tracker
<http://bugs.python.org/issue19514>
___
___
Python-bugs-list m
Changes by Andrei Dorian Duma :
--
nosy: +andrei.duma
___
Python tracker
<http://bugs.python.org/issue19514>
___
___
Python-bugs-list mailing list
Unsubscribe:
Andrei Dorian Duma added the comment:
I am interested in working on this, but I might need guidance at times. Is that
acceptable? If yes, I'm willing to start as soon as possible.
--
nosy: +andrei.duma
___
Python tracker
<http://bugs.py
Andrei Dorian Duma added the comment:
I would like to implement this feature. I already wrote the Python part. Is
there anything else to decide?
--
___
Python tracker
<http://bugs.python.org/issue19
Changes by Andrei Dorian Duma :
--
nosy: +andrei.duma
___
Python tracker
<http://bugs.python.org/issue19475>
___
___
Python-bugs-list mailing list
Unsubscribe:
Andrei Dorian Duma added the comment:
Added a possible fix for ntpath.join. Didn't touch isabs yet.
--
keywords: +patch
Added file: http://bugs.python.org/file32486/fix_ntpath_join.patch
___
Python tracker
<http://bugs.python.org/is
Andrei Dorian Duma added the comment:
I'm willing to fix this. ntpath.join behaves weird in other situations too:
>>> ntpath.join('C:/a/b', 'D:x/y')
'C:/a/b\\D:x/y'
In fact, I don't know what the above should return.
--
Changes by Andrei Dorian Duma :
--
nosy: +andrei.duma
___
Python tracker
<http://bugs.python.org/issue19456>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrei Dorian Duma :
--
nosy: +haypo
___
Python tracker
<http://bugs.python.org/issue17762>
___
___
Python-bugs-list mailing list
Unsubscribe:
Andrei Dorian Duma added the comment:
New patch. Added tests and fixed uncaught OSError.
--
Added file: http://bugs.python.org/file32467/add_os_release_support_2.patch
___
Python tracker
<http://bugs.python.org/issue17
Andrei Dorian Duma added the comment:
Yes, I will provide a patch including tests soon.
--
___
Python tracker
<http://bugs.python.org/issue17762>
___
___
Pytho
Andrei Dorian Duma added the comment:
I changed 'Deprecated Modules' into 'Superseded Modules', as indicated by the
issue title.
--
Added file:
http://bugs.python.org/file32332/doc_add_a_deprecated_modules_heading2.patch
___
P
Andrei Dorian Duma added the comment:
The patch adds a 'Deprecated Modules' heading in the library's ToC and moves
'imp' & 'optparse' to the new entry.
--
keywords: +patch
nosy: +andrei.duma
Added file:
http://bugs.python.org/file32331/doc
Andrei Dorian Duma added the comment:
I added a patch (my first patch!).
platform.linux_distribution() now first looks in /etc/os-release. If this file
is not found, checking continues as before.
--
keywords: +patch
Added file: http://bugs.python.org/file32330
Andrei Dorian Duma added the comment:
I'm working on a patch. Hopefully, it will be ready in a day or two.
--
nosy: +AndreiDuma
___
Python tracker
<http://bugs.python.org/is
26 matches
Mail list logo