Commit Graph

3304 Commits

Author SHA1 Message Date
Raymond Hettinger 74e39f49b6 Clarify that the PEP intent is not to serve as an
internationalization tool or to accommodate every
possible convention.  It intends to provide a
generally useful tool for improving readability in
many contexts.

Also, clarify the groupings are for the integer part
of a number.  Digits to the right of the decimal point
are unchanged.
2009-03-16 07:24:12 +00:00
Nick Coghlan dc3abfc0d3 Fix typo 2009-03-15 12:48:49 +00:00
Nick Coghlan 0065f32940 Change abstract to avoid the implication that the problem is specific to contextlib.nested 2009-03-15 12:47:03 +00:00
Nick Coghlan cd484999f2 Tweak comments on performance impact based on current implementation 2009-03-15 12:41:42 +00:00
Nick Coghlan db055e0d40 Formatting fix 2009-03-15 01:28:54 +00:00
Benjamin Peterson ea6d8f96ed add etree upgrade 2009-03-14 15:50:10 +00:00
Nick Coghlan 01ddf563f6 Add some more to the rationale section in PEP 377 2009-03-14 07:28:35 +00:00
Raymond Hettinger 2d3b72243a Wording tweaks. 2009-03-14 03:08:00 +00:00
Raymond Hettinger 2c10f930ac Don't restate the obvious. 2009-03-14 01:11:05 +00:00
Raymond Hettinger bc10172a77 Link to ADA docs. 2009-03-14 00:48:29 +00:00
Raymond Hettinger 781a0ae7ca Typo 2009-03-13 23:58:25 +00:00
Raymond Hettinger 860dd1ab3b * Minor edits/typos.
* Link to Babel project.
2009-03-13 23:52:26 +00:00
Raymond Hettinger 964ee28e3f Update PEP:
* Summarize commentary to date.
* Add APOSTROPHE and non-breaking SPACE to the list of separators.
* Add more links to external references.
* Detail issues with the locale module.
* Clarify how proposal II is parsed.
2009-03-13 23:28:44 +00:00
Georg Brandl 08f2e14f09 Typos. 2009-03-13 20:35:04 +00:00
Raymond Hettinger 9650f71a22 Clarify the difference between the two proposals. 2009-03-13 03:01:42 +00:00
Raymond Hettinger 3612e2a2a3 Merge Eric's proposal into proposal II. 2009-03-13 02:55:13 +00:00
Raymond Hettinger 6daa393c3a Fix typo. 2009-03-13 02:23:57 +00:00
Raymond Hettinger 189932bf8b Add Eric Smith's variant 2009-03-13 02:20:21 +00:00
Raymond Hettinger 524c658ed5 Clarify what width means when thousands separators are present. 2009-03-12 23:33:12 +00:00
Raymond Hettinger b0b34d7ed5 Neaten-up examples. 2009-03-12 22:36:03 +00:00
Raymond Hettinger fd412e16c5 Add research on what C Sharp does. 2009-03-12 19:36:28 +00:00
Raymond Hettinger cf93d9fc4a Add research on what COBOL does. 2009-03-12 19:20:00 +00:00
Raymond Hettinger 1f7555a4d3 Missing header. 2009-03-12 18:20:21 +00:00
Raymond Hettinger 09a9e71e6e Minor typos and formatting. 2009-03-12 17:50:47 +00:00
Raymond Hettinger 5ea0faaba0 More detail on the Common Lisp approach. 2009-03-12 17:46:29 +00:00
Raymond Hettinger b3d904ca25 Add research on the Common Lisp approach. 2009-03-12 17:28:57 +00:00
Raymond Hettinger 8b795b1957 Fix typo. 2009-03-12 16:17:07 +00:00
David Goodger 53b241525b backslashes not necessary inside parentheses 2009-03-12 13:03:14 +00:00
David Goodger 3a9b86b028 conform to other examples 2009-03-12 12:48:58 +00:00
David Goodger 7a38db5980 added PEP 378, "Format Specifier for Thousands Separator", by Raymond Hettinger 2009-03-12 12:43:24 +00:00
Guido van Rossum 8e2ffa39e4 Finally update the super() PEP. Lie Ryan submitted a draft which I updated
a bit more.  I think this is good enough now.
2009-03-11 19:14:30 +00:00
Benjamin Peterson 3e12bf9c2b remove draft note 2009-03-09 20:21:53 +00:00
Benjamin Peterson f0b1ff933b add str.format() request 2009-03-09 20:21:16 +00:00
Guido van Rossum bf0aca7adf It's fractions.py, not fraction.py. 2009-03-09 17:13:35 +00:00
Guido van Rossum 71d1b482f6 Add pointer to PEP 3141. 2009-03-09 17:12:41 +00:00
Nick Coghlan a834380d63 Minor formatting fix 2009-03-08 04:14:01 +00:00
Nick Coghlan f184cca348 New PEP to cover problems with being to implement contextlib.nested() properly 2009-03-08 03:52:41 +00:00
Brett Cannon e6d377f2ed Update for Mercurial 1.2. 2009-03-06 22:11:00 +00:00
Raymond Hettinger d7bca7c8f9 Mark PEP372 as final. 2009-03-02 21:32:04 +00:00
Raymond Hettinger 2f8c3940bc Mark the PEP as Accepted.
Replace the odict references with OrderedDict.
Specify the __repr__() format.
Update the __eq__() specification as discussed on python-dev.
2009-03-02 20:40:36 +00:00
Raymond Hettinger 2ad2a3eae6 Add link to a working patch. 2009-03-01 10:34:54 +00:00
Alexandre Vassalotti 1c44a69065 Fix issue dependency example for Mercurial.
The previous example was removing the temporary branch before
merging the changes in it to somewhere more permanent.
2009-02-28 16:38:22 +00:00
Georg Brandl f464bd118b Fix a few formal and grammatical issues. 2009-02-28 14:22:01 +00:00
Benjamin Peterson e37d3b2f90 fix reference 2009-02-27 23:40:10 +00:00
Benjamin Peterson 6372fde1b6 add contextlib problem 2009-02-27 23:39:06 +00:00
Raymond Hettinger d1f883f6a1 More small edits. 2009-02-27 22:01:24 +00:00
Benjamin Peterson 12360f5946 add some things and links 2009-02-27 21:52:57 +00:00
Raymond Hettinger f3ed9e8e1d Fix markup. 2009-02-27 21:36:22 +00:00
Raymond Hettinger 413f573f69 Update notes on integration with ConfigParser and json. 2009-02-27 21:23:56 +00:00
Tarek Ziadé d1a30cb1fa distutils is back into PEP 291 2009-02-27 13:05:47 +00:00