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

2016-08-09 Thread Zachary Ware
Zachary Ware added the comment: Yes, but 3.4 is out of bugfix maintenance and thus its docs are no longer updated. -- status: open -> closed versions: -Python 3.4 ___ Python tracker __

[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 ___ _

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

2016-08-09 Thread Zachary Ware
Zachary Ware added the comment: Thanks for the report! -- nosy: +zach.ware versions: -Python 3.4 ___ Python tracker ___ ___ Python-bu

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

2016-08-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 773bc9a3172d by Zachary Ware in branch '3.5': Issue #27722: Fix default for touch method's 'mode' argument https://hg.python.org/cpython/rev/773bc9a3172d New changeset 763d98f0a105 by Zachary Ware in branch 'default': Closes #27722: Merge with 3.5 h

[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 nosy: Ankur