[issue21813] Enhance doc of os.stat_result

2014-07-24 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 833325d45113 by Victor Stinner in branch '3.4':
Issue #21813: Enhance documentation of the os.stat_result class.
http://hg.python.org/cpython/rev/833325d45113

New changeset 5d70ac83d104 by Victor Stinner in branch 'default':
Issue #21813: Enhance documentation of the os.stat_result class.
http://hg.python.org/cpython/rev/5d70ac83d104

--
nosy: +python-dev

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



[issue21813] Enhance doc of os.stat_result

2014-07-24 Thread STINNER Victor

STINNER Victor added the comment:

Thanks Zachary Ware for your review. I'm not sure that I addressed all your 
comments, but I'm not interested to spend too much time on the documentation. 
Please open an issue if your saw other things that can be improved.

--
resolution:  - fixed
status: open - closed

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



[issue21813] Enhance doc of os.stat_result

2014-07-24 Thread Zachary Ware

Zachary Ware added the comment:

The only comments you didn't address you were right not to (sorry for the noise 
about path_fd, I completely missed that it was just a link reference); what you 
committed looks fine to me.

Thanks for your work on this, it looks like a big improvement to me!

--
versions: +Python 3.4

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



[issue21813] Enhance doc of os.stat_result

2014-06-20 Thread STINNER Victor

New submission from STINNER Victor:

Attached patch creates a stat_result class in the os documentation and complete 
the documentation of each field. It makes possible to link directly an 
attribute of this class in the documentation, which is useful for the new 
st_file_attributes (issue #21719) for example.

--
assignee: docs@python
components: Documentation
files: stat_result.patch
keywords: patch
messages: 221080
nosy: docs@python, haypo
priority: normal
severity: normal
status: open
title: Enhance doc of os.stat_result
versions: Python 3.5
Added file: http://bugs.python.org/file35704/stat_result.patch

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



[issue21813] Enhance doc of os.stat_result

2014-06-20 Thread Zachary Ware

Zachary Ware added the comment:

Rietveld didn't like an escape code at the beginning of your patch; here's the 
last 12,039 bytes of it which will hopefully make Rietveld happy.

--
nosy: +zach.ware
Added file: http://bugs.python.org/file35705/stat_result.patch

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



[issue21813] Enhance doc of os.stat_result

2014-06-20 Thread STINNER Victor

STINNER Victor added the comment:

 ...an escape code at the beginning of your patch...

Yeah, these days I suffer because of the issue #19884 (readline issue in 
Mercurial).

--

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