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
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
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
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