Commit Graph

852 Commits

Author SHA1 Message Date
Barry Warsaw bd48c56a75 Roger <roger.haase@usa.net> points out that "mixed case" is
inconsistently used both to describe mixedCase and MixedCase.
MixedCase should really be CapWords, reserving mixedCase for the
situation where the first letter is lowercased.

Also, add a comment that MixedCase is sometimes called CamelCase.
Note that the existing most common case usage is that CamelCase has an
initial capitalized letter.

http://www.wikipedia.com/wiki/CamelCase
2001-12-21 05:49:26 +00:00
Barry Warsaw 7f11eaf188 A few minor additions based on the last go-round. 2001-12-15 04:00:17 +00:00
Fred Drake 458e871365 Record that the release candidate is out, and update the final release date
to allow a full week for testing of the candidate.
2001-12-15 03:45:42 +00:00
Barry Warsaw 069a139479 Use "c" for release candidate. 2001-12-14 03:45:47 +00:00
Barry Warsaw beeb615552 Added PEP 666, Reject Foolish Indentation, Laura Creighton
And I'm channeling Guido by rejecting this outright. :)

Spellchecked by Barry.
2001-12-11 23:40:09 +00:00
Guido van Rossum 43072a89e4 Add instructions to submit a Python news item from SF. 2001-12-10 03:15:13 +00:00
Marc-André Lemburg a281f916b7 New revision. Incoporates a lot of comments from python-dev. 2001-11-23 10:10:35 +00:00
Barry Warsaw 152dcf535d 2.2b2 was just released. 2001-11-17 00:19:37 +00:00
Barry Warsaw 78aca90a70 Just a few more minor updates based on the 2.2b2 release. 2001-11-16 21:30:25 +00:00
Tim Peters 9b34eda376 Added "Hang using files named prn.txt, etc" -- Windows specific. 2001-11-14 05:57:34 +00:00
Barry Warsaw 4bd069400b PEP 276, Simple Iterator for ints, Jim Althoff 2001-11-13 20:52:37 +00:00
Barry Warsaw 9acb37124b Jim's latest revision. 2001-11-13 20:25:43 +00:00
Barry Warsaw e3756de95c Added a note that the plain text version of the file should be used as
the template, not the HTML version.
2001-11-13 19:12:03 +00:00
Barry Warsaw 2e318ecd10 Slight rewording of docstring. 2001-11-12 14:58:07 +00:00
Barry Warsaw 0d68c2e31e Add a bit of information to descript the pep2html.py process. 2001-11-12 14:57:18 +00:00
Marc-André Lemburg bfbb81ae59 Initial draft of the PEP. 2001-11-12 09:11:37 +00:00
Barry Warsaw c9616b8e31 Added PEP 275, Switching on Multiple Values, Lemburg 2001-11-12 05:55:58 +00:00
Tim Peters 8ef21606a8 Documented 2.2's approach to long true division (this was implemented
a long time ago).
Spelled out that true division can lose information for ints as well as
longs.
Added a "Resolved Issues" section, and split one of the Open Issues
into three Resolved issues.
2001-11-05 20:46:08 +00:00
Barry Warsaw a93e20910d Fixed a bunch of inconsistencies, reported by Neal Norwitz. 2001-11-02 22:48:21 +00:00
Barry Warsaw ba76a39d7f Jim's latest update 2001-11-02 20:44:57 +00:00
Guido van Rossum 5b12f72b7d Apply Strunk & White. (Paul Flowerman.) 2001-11-01 13:03:30 +00:00
Barry Warsaw eca49c255c minor typo 2001-11-01 05:30:35 +00:00
Barry Warsaw b1ffaf9026 Andrew says PEP 247 is Final. 2001-10-31 15:52:39 +00:00
Barry Warsaw a74714dc36 dictionary() -> dict() 2001-10-31 15:50:36 +00:00
Barry Warsaw e678d918f3 Some rearrangements and fixes based on recent comments. 2001-10-31 15:09:55 +00:00
Barry Warsaw 4574958961 Jim's latest update 2001-10-31 14:46:21 +00:00
Andrew M. Kuchling d79162f032 Finalize interface for keyed hashes, and add a paragraph to the rationale
section describing the reasoning behind using (key, [string]) as the
    signature.

This PEP is ready to be marked Final.
2001-10-31 02:26:25 +00:00
Andrew M. Kuchling ece140cba2 Typo fixes 2001-10-30 21:12:14 +00:00
Andrew M. Kuchling 567be84f95 Use key_size of None for variable-size keys 2001-10-29 22:37:17 +00:00
Andrew M. Kuchling 939e9ad3f5 Fix typo 2001-10-29 22:36:27 +00:00
Barry Warsaw 7a5d23bb6b Updates and fixes based on community comments. Some of the examples
has bugs in them.  Also, they should use Python 2.2's {}.iteritems()
where appropriate.

Renamed and reorg'd the Open Issues section, with an entry about the
shortcut syntax, and a question about nested for loop.

Added a section on Implementation, noting Python 2.2's new dictionary
sequence-of-2-element-sequences constructor.
2001-10-29 18:46:59 +00:00
Barry Warsaw ee2cc42377 Jim's patch for a pointer to the implementation. 2001-10-29 17:45:10 +00:00
Andrew M. Kuchling f47abd0a86 Fix typo 2001-10-29 16:06:05 +00:00
Barry Warsaw c0b5becab4 Add a section called Final Release Notes to collect information about
why and how a final release is special.
2001-10-29 15:53:04 +00:00
Barry Warsaw 5ab9c0e9d2 Updated Post-History: 2001-10-26 19:51:28 +00:00
Barry Warsaw ab0fab217a 2.2b1 was released. 2001-10-26 18:07:45 +00:00
Barry Warsaw 043f64167a Mark PEP 264 as Final 2001-10-26 14:37:06 +00:00
Barry Warsaw 6dafd3c29b Mark as Final 2001-10-26 14:36:22 +00:00
Michael W. Hudson a41ef076fd Update to reflect what actually happened (should have done this
ages ago).  I think this PEP can now be marked final.
2001-10-26 08:05:48 +00:00
Barry Warsaw 094902237e Mark PEP 229 as Final. 2001-10-25 22:03:18 +00:00
Andrew M. Kuchling 5de9f47fb1 Removing one open item, and clarifying another.
This PEP can now be marked as final.
2001-10-25 21:40:24 +00:00
Andrew M. Kuchling 51ef18d1e2 Update PEP slightly to reflect what was checked in 2001-10-25 20:58:17 +00:00
Barry Warsaw a9022fa5cc Added PEP 274, Dict Comprehensions, Warsaw 2001-10-25 20:28:19 +00:00
Barry Warsaw d00e0d7e3e PEP 274, Dict Comprehensions, Warsaw 2001-10-25 20:28:05 +00:00
Barry Warsaw fd104f7bb3 Mark PEP 234 as Final. 2001-10-25 20:14:32 +00:00
Barry Warsaw fdf0d91a18 Moved all the Open Issues to Resolved Issues, with a brief explanation
of how they were resolved.  Mark this PEP as Final.
2001-10-25 20:14:01 +00:00
Barry Warsaw 28ea10a7a4 Oops, PEP 273 is a Standards Track PEP 2001-10-25 16:04:38 +00:00
Barry Warsaw acdc4d4712 Added PEP 273, Import Modules from Zip Archives, James C. Ahlstrom
Also, did some reorganization of the PEP categories:

- Under consideration for Python 2.2 -> ... for Python 2.3

- Py-in-the-sky -> Python 2.3
2001-10-25 16:02:58 +00:00
Barry Warsaw 99862de094 PEP 273, Import Modules from Zip Archives, James C. Ahlstrom 2001-10-25 15:58:29 +00:00
Barry Warsaw ad5d244ead Jack rightly suggests doing the cvs update with -d -P and -A. 2001-10-25 15:42:57 +00:00