Fred Drake
|
a9b9bf96fe
|
Change this to be os.path.
Use consistent parameter naming with the os documentation (paths
always named "path" or "path1", "path2"...).
|
1999-02-02 18:58:33 +00:00 |
Fred Drake
|
b23ee1d899
|
Make the text generic, and call it os.path instead of posixpath.
|
1999-02-01 20:20:39 +00:00 |
Guido van Rossum
|
1804dc3c07
|
Document abspath() (implementation is forthcoming).
|
1999-01-29 18:05:05 +00:00 |
Fred Drake
|
295da24eaf
|
New section header style.
Fix up a few synopses.
|
1998-08-10 19:42:37 +00:00 |
Fred Drake
|
23a163454a
|
Markup nit.
|
1998-08-06 15:33:55 +00:00 |
Fred Drake
|
b44e75339a
|
Mark the new & changed items.
|
1998-07-27 21:11:42 +00:00 |
Guido van Rossum
|
2babd7b151
|
Document getsize(), getmtime(), getatime().
|
1998-07-24 20:49:39 +00:00 |
Fred Drake
|
64e3b43583
|
Move files around to get the names to match the module names except for
case. Two modules (SocketServer, BaseHTTPServer) still don't match; those
names are just too long!
|
1998-07-24 13:56:11 +00:00 |