Brett Cannon
|
d88af344c6
|
Add wsgiref to the proper suggested packages.
|
2007-01-03 21:31:18 +00:00 |
Brett Cannon
|
9f7a9003d8
|
Flesh out suggested Internet, XML-RPC, and HTTP server packages.
|
2007-01-03 21:29:30 +00:00 |
Brett Cannon
|
33093343b6
|
Remove aifc as a possible module to remove. This leads to the suggestion of
renaming cl to _cl since aifc is the only user of this undocumented module.
|
2007-01-03 21:09:29 +00:00 |
Brett Cannon
|
e9dbe43f85
|
Add arguments against removing getopt.
|
2007-01-03 20:20:17 +00:00 |
Brett Cannon
|
3b73180900
|
Add commands and popen2 to the list of modules to remove thanks to subprocess.
|
2007-01-03 20:16:24 +00:00 |
Brett Cannon
|
a557daea51
|
Saved base64, quopri, and uu (which also saves binascii).
|
2007-01-03 20:12:09 +00:00 |
Brett Cannon
|
998bd1323e
|
Save nis.
|
2007-01-03 07:39:03 +00:00 |
David Goodger
|
8ba36f44a4
|
PEP URL correction
|
2007-01-03 05:05:32 +00:00 |
Brett Cannon
|
d9e006bb68
|
Remove server package suggestion, add an XML-RPC one, and not that an HTTP
server package might be reasonable.
|
2007-01-03 01:17:11 +00:00 |
Brett Cannon
|
8e7780cca4
|
Add a suggestion from Bill Janssen of having a Web package.
|
2007-01-03 01:02:09 +00:00 |
Brett Cannon
|
cc9c377ac0
|
Fix links to PEP 4 and 8 (thanks Bill Janssen).
|
2007-01-03 00:54:06 +00:00 |
Brett Cannon
|
9610f63b39
|
Punt on the idea of a new top-level package for all of the stdlib. Someone
else can tackle that idea in a separate PEP.
|
2007-01-03 00:42:29 +00:00 |
Brett Cannon
|
6099923396
|
asyncore/asynchat will stay.
|
2007-01-02 23:45:12 +00:00 |
Brett Cannon
|
2f19262c9f
|
Save fileinput from the chopping block.
|
2007-01-02 23:37:20 +00:00 |
Brett Cannon
|
4ec9696601
|
Add mention that the function in the stat module should migrate to the object
returned by os.stat.
|
2007-01-02 23:23:15 +00:00 |
Brett Cannon
|
f57193fef7
|
telnetlib is going to stick around.
|
2007-01-02 23:18:36 +00:00 |
Brett Cannon
|
67dd27c004
|
Clarify that the suggested packaging sections are not suggested package names.
|
2007-01-02 23:00:51 +00:00 |
David Goodger
|
46fa06449e
|
simplified lists (flat is better than nested); some minor edits
|
2007-01-02 06:53:47 +00:00 |
David Goodger
|
69cbade3af
|
take credit where credit is due, dude
|
2007-01-02 06:04:25 +00:00 |
Brett Cannon
|
42a3da6bd2
|
Change the warning raised for module renames to PendingDeprecationWarning so
that it is a silent warning by default.
|
2007-01-02 04:45:57 +00:00 |
Brett Cannon
|
8e6fb69418
|
Fix a typo on the renaming of cProfile.
|
2007-01-02 03:34:23 +00:00 |
Brett Cannon
|
742eac0b4d
|
Add PEP 3108: Standard Library Reorganization.
|
2007-01-02 00:02:41 +00:00 |