[issue1730] Documentation corrections for os module

2008-01-05 Thread Georg Brandl

Georg Brandl added the comment:

Thanks, committed as r59744!

--
resolution:  - accepted
status: open - closed

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1730
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1730] Documentation corrections for os module

2008-01-03 Thread Robin Stocker

New submission from Robin Stocker:

I saw a minor inconsistency in the documentation of the os module and
then somehow ended up proof-reading the whole file :). The result of
this is attached as a patch against trunk.

Summary of the changes:

- Use the imperative tense in method descriptions
- Some more links using semantic markup
- Added example for file.seek
- Consistently use  instead of '' in text
- or-ed, OR'd replaced with ORed
- bit-wise replaced with bitwise

Diffstat for the patch::

 Doc/c-api/newtypes.rst|2 
 Doc/library/fcntl.rst |2 
 Doc/library/functions.rst |2 
 Doc/library/msvcrt.rst|2 
 Doc/library/os.rst|  155
+-
 Doc/library/stdtypes.rst  |9 +-
 Doc/library/winsound.rst  |2 
 Doc/reference/expressions.rst |   18 ++--
 Lib/test/test_doctest.py  |2 
 Modules/fcntlmodule.c |2 
 10 files changed, 101 insertions(+), 95 deletions(-)

I hope the changes are ok.

--
components: Documentation
files: os-module-corrections.patch
messages: 59160
nosy: robin.stocker
severity: normal
status: open
title: Documentation corrections for os module
Added file: http://bugs.python.org/file9051/os-module-corrections.patch

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1730
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1730] Documentation corrections for os module

2008-01-03 Thread Christian Heimes

Changes by Christian Heimes:


--
assignee:  - georg.brandl
keywords: +patch
nosy: +georg.brandl
priority:  - low

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1730
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com