This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2012年02月25日 20:48 by telephonebook, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (6) | |||
|---|---|---|---|
| msg154283 - (view) | Author: Christine Jones (telephonebook) | Date: 2012年02月25日 20:48 | |
Change to this http://docs.python.org/py3k/library/stdtypes.html as suggested by Nick Coghlan here http://www.gossamer-threads.com/lists/python/dev/969817 "The formatting operations described here are modelled on C's printf() syntax. They only support formatting of certain builtin types, and the use of a binary operator means that care may be needed in order to format tuples and dictionaries correctly. As the new string formatting syntax is more powerful, flexible, extensible and handles tuples and dictionaries naturally, it is recommended for new code. However, there are no current plans to deprecate printf-style formatting." |
|||
| msg154294 - (view) | Author: Éric Araujo (eric.araujo) * (Python committer) | Date: 2012年02月26日 02:34 | |
I’d like to make a patch with Nick’s text and a few examples. |
|||
| msg154320 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年02月26日 09:54 | |
New changeset 80069bbae26d by Gregory P. Smith in branch '3.2': Issue #14123: Explicitly mention that old style % string formatting has caveats http://hg.python.org/cpython/rev/80069bbae26d New changeset 98a1855ebfe1 by Gregory P. Smith in branch 'default': Issue #14123: Explicitly mention that old style % string formatting has caveats but is not going away any time soon. http://hg.python.org/cpython/rev/98a1855ebfe1 |
|||
| msg154445 - (view) | Author: Éric Araujo (eric.araujo) * (Python committer) | Date: 2012年02月27日 09:06 | |
Apparently this was too urgent too wait for my patch :) Not closing yet, as there are still phrasing issues discussed on python-dev. |
|||
| msg183389 - (view) | Author: Mark Lawrence (BreamoreBoy) * | Date: 2013年03月03日 17:04 | |
I can't see too much sense in leaving this open, what are your opinions? |
|||
| msg183476 - (view) | Author: Ezio Melotti (ezio.melotti) * (Python committer) | Date: 2013年03月04日 16:49 | |
The only issue seems about the use of the word "deprecate", but I think it's fine, so I'll close this issue. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:27 | admin | set | github: 58331 |
| 2013年03月04日 16:49:07 | ezio.melotti | set | status: open -> closed resolution: fixed messages: + msg183476 |
| 2013年03月03日 17:04:21 | BreamoreBoy | set | nosy:
+ BreamoreBoy messages: + msg183389 |
| 2012年02月27日 09:40:55 | ezio.melotti | set | nosy:
+ ezio.melotti type: enhancement stage: needs patch -> resolved |
| 2012年02月27日 09:06:04 | eric.araujo | set | assignee: eric.araujo -> messages: + msg154445 nosy: + gregory.p.smith |
| 2012年02月26日 09:54:56 | python-dev | set | nosy:
+ python-dev messages: + msg154320 |
| 2012年02月26日 02:34:47 | eric.araujo | set | versions:
+ Python 2.7, Python 3.2, Python 3.3 nosy: + eric.araujo, ncoghlan messages: + msg154294 assignee: docs@python -> eric.araujo stage: needs patch |
| 2012年02月26日 00:03:53 | tshepang | set | title: Doc change re old and new string formatting -> Indicate that there are no current plans to deprecate printf-style formatting |
| 2012年02月25日 23:49:46 | tshepang | set | nosy:
+ tshepang |
| 2012年02月25日 21:09:41 | v+python | set | nosy:
+ v+python |
| 2012年02月25日 21:04:24 | eric.smith | set | nosy:
+ eric.smith |
| 2012年02月25日 20:48:48 | telephonebook | create | |