Changes by svelankar :
--
keywords: +patch
pull_requests: +3623
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue31501>
___
___
Python-
New submission from svelankar:
Description for the operator precedence should read
"Multiplication, matrix multiplication division, remainder" instead of
"Multiplication, matrix multiplication, division, floor division, remainder.
Section 6.16. Operator precedence
I feel th
New submission from svelankar:
Section 32.10 - Creating a Pull Request
Step 2 should be changed to Step 3 and so on. And a new step i.e. step 2 as
"Press new pull request button"
--
assignee: docs@python
components: Documentation
messages: 299039
nosy: docs@python, svelanka
Changes by svelankar :
--
pull_requests: +2908
___
Python tracker
<http://bugs.python.org/issue30732>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by svelankar :
--
pull_requests: +2907
___
Python tracker
<http://bugs.python.org/issue30732>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by svelankar :
--
nosy: +svelankar
___
Python tracker
<http://bugs.python.org/issue29447>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by svelankar :
--
pull_requests: +1519
___
Python tracker
<http://bugs.python.org/issue29447>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by svelankar :
--
nosy: +svelankar
___
Python tracker
<http://bugs.python.org/issue29692>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by svelankar :
--
pull_requests: +1131
___
Python tracker
<http://bugs.python.org/issue29692>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by svelankar :
--
pull_requests: +794
___
Python tracker
<http://bugs.python.org/issue29692>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by svelankar :
--
pull_requests: +552
___
Python tracker
<http://bugs.python.org/issue29674>
___
___
Python-bugs-list mailing list
Unsubscribe:
svelankar added the comment:
Ok.
As a side note, while compiling python source using gcc 7 [gcc (GCC) 7.0.1
20170314 (experimental)], few places in the code with case fallthrough (must be
intentional) triggered this warning - -Wimplicit-fallthrough=.
We can either disable this warning
svelankar added the comment:
So once these functions are decorated with this attribute, what kind of
testing/validation you have in mind, please let me know.
--
nosy: +svelankar
___
Python tracker
<http://bugs.python.org/issue29
Changes by svelankar :
--
pull_requests: +469
___
Python tracker
<http://bugs.python.org/issue29682>
___
___
Python-bugs-list mailing list
Unsubscribe:
svelankar added the comment:
True, but the docstring says "return 0 if no arguments are given". So please
let me know, if you want me to still change it i.e. add int() or keep it as it
is. Thanks.
--
___
Python tracker
<http://bu
svelankar added the comment:
int docstring is the only one that needs to be changed. docstrings for
float,tuple and list look fine to me.
--
nosy: +svelankar
___
Python tracker
<http://bugs.python.org/issue29
16 matches
Mail list logo