commit | 87bcb243acfd758b3e91e194bf8f1198ae68a792 | [log] [tgz] |
---|---|---|
author | Eric Smith <eric@trueblade.com> | Tue Feb 23 00:11:16 2010 +0000 |
committer | Eric Smith <eric@trueblade.com> | Tue Feb 23 00:11:16 2010 +0000 |
tree | e393d282de49af07290f30c16e5a067aac76caf6 | |
parent | ae3db0a12b0c5ca42ea9fe54161d56c57269ea92 [diff] [blame] |
Issue #6902: Fix problem with built-in types format incorrectly with 0 padding.
diff --git a/Misc/NEWS b/Misc/NEWS index 89af2a4..872affe 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,9 @@ Core and Builtins ----------------- +- Issue #6902: Fix problem with built-in types format incorrectly with + 0 padding. + - Issue #2560: remove an unnecessary 'for' loop from my_fgets() in Parser/myreadline.c.