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

2014-09-26 Thread Yury Selivanov

Changes by Yury Selivanov yseliva...@gmail.com:


--
resolution:  - fixed
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue21397
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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. Issue #21397, patch by R. David Murray.
https://hg.python.org/cpython/rev/500d3d6f22ff

New changeset db17f57c32af by Yury Selivanov in branch 'default':
tempfile: Fix docstring. Issue #21397, patch by R. David Murray.
https://hg.python.org/cpython/rev/db17f57c32af

--
nosy: +python-dev

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue21397
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2014-09-26 Thread Berker Peksag

Changes by Berker Peksag berker.pek...@gmail.com:


--
stage: commit review - resolved

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue21397
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 rep...@bugs.python.org
http://bugs.python.org/issue21397
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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-docstring.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue21397
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
versions: +Python 2.7, Python 3.4

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue21397
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 meaning.

Commit 2: tempfile.py: Fix typo in comment: s/hget/get/

---

This is my first patch to CPython, but hopefully not my last! Any and all 
feedback, such as on patch submission etiquette, is very much appreciated!

--
components: Library (Lib)
files: tempfile.py.patch
hgrepos: 244
keywords: patch
messages: 217602
nosy: modocache
priority: normal
severity: normal
status: open
title: tempfile.py: Fix grammar in docstring, comment typos
versions: Python 3.5
Added file: http://bugs.python.org/file35111/tempfile.py.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue21397
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com