[issue11405] Wrong reference to string module in tutorial/inputoutput.rst

2011-03-06 Thread Georg Brandl

Georg Brandl ge...@python.org added the comment:

Fixed in 59e464a1bbf0.

--
nosy: +georg.brandl
resolution:  - fixed
status: open - closed

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



[issue11405] Wrong reference to string module in tutorial/inputoutput.rst

2011-03-05 Thread Ezio Melotti

Ezio Melotti ezio.melo...@gmail.com added the comment:

That sentence should be changed to mention the str method rather than the 
deprecated functions in the string module.
(The methods' names after the example should also link to the right str.method

--
assignee: docs@python - ezio.melotti
keywords: +easy
nosy: +ezio.melotti
stage:  - needs patch

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



[issue11405] Wrong reference to string module in tutorial/inputoutput.rst

2011-03-04 Thread INADA Naoki

New submission from INADA Naoki songofaca...@gmail.com:

http://docs.python.org/py3k/tutorial/inputoutput.html#fancier-output-formatting

 The standard module string contains some useful operations for padding 
 strings to a given column width; these will be discussed shortly.

The document uses str.rjust, ljust, zfill methods and not use string module
for padding.

--
assignee: docs@python
components: Documentation
messages: 130105
nosy: docs@python, naoki
priority: normal
severity: normal
status: open
title: Wrong reference to string module in tutorial/inputoutput.rst
versions: Python 2.6, Python 2.7, Python 3.1, Python 3.2, Python 3.3

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