Fred Drake
|
aa1afa8d30
|
Added availability notes for samefile(), sameopenfile(), samestat()
since these are not available on Windows.
|
1999-02-15 16:34:00 +00:00 |
Fred Drake
|
d673d481f5
|
Document sameopenfile(), samestat().
|
1999-02-03 22:31:30 +00:00 |
Fred Drake
|
0256c1f453
|
Document splitdrive().
For all split*(), these split path *into* pairs, not split path *in*
pairs. "Into" can be used for transformations, "in" is for
containment.
|
1999-02-03 19:24:44 +00:00 |
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 |