[issue21397] tempfile.py: Fix grammar in docstring, comment typos

2014-09-26 Thread Berker Peksag
Changes by Berker Peksag : -- stage: commit review -> resolved ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue21397] tempfile.py: Fix grammar in docstring, comment typos

2014-09-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset adac8ba7b1b1 by Yury Selivanov in branch '2.7': tempfile: Fix docstring. Issue #21397, patch by R. David Murray. https://hg.python.org/cpython/rev/adac8ba7b1b1 New changeset 500d3d6f22ff by Yury Selivanov in branch '3.4': tempfile: Fix docstring. Is

[issue21397] tempfile.py: Fix grammar in docstring, comment typos

2014-09-26 Thread Yury Selivanov
Changes by Yury Selivanov : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue21397] tempfile.py: Fix grammar in docstring, comment typos

2014-09-17 Thread Berker Peksag
Berker Peksag added the comment: The latest patch LGTM. -- nosy: +berker.peksag stage: patch review -> commit review ___ Python tracker ___ __

[issue21397] tempfile.py: Fix grammar in docstring, comment typos

2014-05-17 Thread R. David Murray
R. David Murray added the comment: 'below' doesn't make sense at all if you view it via pydoc. There is only one unsafe function left, mktemp. Here is an alternate patch that takes advantage of that fact. -- nosy: +r.david.murray Added file: http://bugs.python.org/file35268/tempfile-

[issue21397] tempfile.py: Fix grammar in docstring, comment typos

2014-05-02 Thread Éric Araujo
Éric Araujo added the comment: Thanks for the report and patch! I don't really see how "just" can be interpreted as applying to something else than "below", so I'm not sure the wording needs to be changed. The typo should be fixed. -- nosy: +eric.araujo stage: -> patch review version

[issue21397] tempfile.py: Fix grammar in docstring, comment typos

2014-04-30 Thread Brian Gesiak
New submission from Brian Gesiak: Commit 1: tempfile.py: Fix grammar in docstring Meaning of "just below" in docstring is unclear; it could mean either "the interfaces listed immediately below this docstring", or "only the interfaces listed as safe below". Fix wording to take on the latter meanin