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.

classification
Title: spacing of the builtin_format function is inconsistent
Type: Stage:
Components: Interpreter Core Versions: Python 3.0
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: JosephArmbruster, christian.heimes
Priority: normal Keywords: patch

Created on 2007-12-11 19:23 by JosephArmbruster, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
bltinmodule.patch JosephArmbruster, 2007-12-11 19:23
Messages (2)
msg58459 - (view) Author: Joseph Armbruster (JosephArmbruster) Date: 2007-12-11 19:23
URL: http://svn.python.org/projects/python/branches/py3k
Revision: 59467

The spacing of the builtin_format function did not appear to be
consistent with the rest of the .c file.

See attached patch
msg58465 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2007-12-11 20:21
Applied in r59470
Thanks for noticing the issue :)
History
Date User Action Args
2022-04-11 14:56:28adminsetgithub: 45934
2008-01-06 22:29:44adminsetkeywords: - py3k
versions: Python 3.0
2007-12-11 20:21:08christian.heimessetstatus: open -> closed
nosy: + christian.heimes
messages: + msg58465
priority: normal
keywords: + py3k, patch
resolution: fixed
2007-12-11 19:23:56JosephArmbrustercreate