[issue16432] Template strings documentation in Python 3 refers to % substitution in present tense

2013-04-05 Thread Andrew Gorcester

Changes by Andrew Gorcester andrew.gorces...@gmail.com:


--
resolution:  - wont fix
status: open - closed

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



[issue16432] Template strings documentation in Python 3 refers to % substitution in present tense

2013-01-31 Thread Ramchandra Apte

Ramchandra Apte added the comment:

 ... as it is not the preferred system.
I prefer .format() but I don't think that's true for many people.

--
nosy: +ramchandra.apte

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



[issue16432] Template strings documentation in Python 3 refers to % substitution in present tense

2012-11-07 Thread Andrew Gorcester

New submission from Andrew Gorcester:

Documentation here: 
http://docs.python.org/3/library/string.html#template-strings says Instead of 
the normal %-based substitutions, Templates support $-based substitutions...

I believe it is confusing to refer to %-based substitutions in a way that 
implies they still exist in Python 3.  It would be better to fix this to either 
refer to {} substitution or to remove the reference comparing it to normal 
string substitution altogether.

--
assignee: docs@python
components: Documentation
messages: 175123
nosy: andrewsg, docs@python
priority: normal
severity: normal
status: open
title: Template strings documentation in Python 3 refers to % substitution in 
present tense
versions: Python 3.1, Python 3.2, Python 3.3, Python 3.4

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



[issue16432] Template strings documentation in Python 3 refers to % substitution in present tense

2012-11-07 Thread Georg Brandl

Georg Brandl added the comment:

Who said % substitution doesn't exist anymore in Python 3?

That said, it's certainly not wrong to replace this with {} substitution.

--
nosy: +georg.brandl

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



[issue16432] Template strings documentation in Python 3 refers to % substitution in present tense

2012-11-07 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:

There is not a bug.  %-based substitutions exist in Python 3.

http://docs.python.org/3/library/stdtypes.html#printf-style-string-formatting

--
nosy: +serhiy.storchaka

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



[issue16432] Template strings documentation in Python 3 refers to % substitution in present tense

2012-11-07 Thread Andrew Gorcester

Andrew Gorcester added the comment:

Sorry, my mistake -- I thought that %-based formatting had been deprecated and 
removed by now, because it wasn't documented in library/string.html .  However, 
I still think referring to %-based formatting as normal in Python 3 is 
confusing to readers as it is not the preferred system.

--

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