[issue27722] Path.touch's keyword argument mode documented incorrectly

2016-08-09 Thread Ankur Dedania
New submission from Ankur Dedania: Path.touch's keyword argument mode documented incorrectly. In the documents, it shows keyword argument mode defaulted to 0o777, however within the code it is set to 0o666. -- assignee: docs@python components: Documentation messages: 272269

[issue27722] Path.touch's keyword argument mode documented incorrectly

2016-08-09 Thread Ankur Dedania
Ankur Dedania added the comment: Path.touch is also incorrect in python 3.4 documents -- status: closed -> open versions: +Python 3.4 ___ Python tracker <http://bugs.python.org/issu

[issue27739] add math.sign/signum

2016-08-11 Thread Ankur Dedania
New submission from Ankur Dedania: Add a new function to the math module sign/signum https://en.wikipedia.org/wiki/Sign_function -- messages: 272459 nosy: AnkurDedania priority: normal severity: normal status: open title: add math.sign/signum type: enhancement versions: Python 3.6

[issue27739] add math.sign/signum

2016-08-11 Thread Ankur Dedania
Ankur Dedania added the comment: sign/signum isn't the same as copysign, and doesn't support complex numbers -- ___ Python tracker <http://bugs.python.o