Thomas Wouters
|
6302a5a9b0
|
Fix typpo.
|
2006-02-19 20:08:18 +00:00 |
Neal Norwitz
|
87f2875252
|
Minor tweaks
|
2006-02-19 19:18:18 +00:00 |
Georg Brandl
|
c3e950cbf3
|
Clarify how hook_compressed determines how to open a file.
|
2006-02-19 15:20:29 +00:00 |
Georg Brandl
|
c98eeede17
|
Patch #1215184: FileInput now can be given an opening hook which can
be used to control how files are opened.
|
2006-02-19 14:57:47 +00:00 |
Georg Brandl
|
c029f873cb
|
Patch #1212287: fileinput.input() now has a mode parameter for
specifying the file mode input files should be opened with.
|
2006-02-19 14:12:34 +00:00 |
Georg Brandl
|
67e9fb9d7a
|
Patch #1215184: fileinput now has a fileno() function for getting the
current file number.
|
2006-02-19 13:56:17 +00:00 |
Fred Drake
|
dbe7980d6a
|
add missing "if"
|
2003-11-10 14:43:16 +00:00 |
Fred Drake
|
1ef24e1b30
|
Note that when inplace=1 existing backup files will be removed silently.
Closes SF bug #420230.
|
2001-05-09 03:24:55 +00:00 |
Fred Drake
|
38e5d27cae
|
Merged changes from the 1.5.2p2 release.
(Very rough.)
|
2000-04-03 20:13:55 +00:00 |
Fred Drake
|
8ad2703bfb
|
Minor wording change in section title.
|
1999-06-29 16:00:22 +00:00 |
Fred Drake
|
295da24eaf
|
New section header style.
Fix up a few synopses.
|
1998-08-10 19:42:37 +00:00 |
Fred Drake
|
b91e934cf1
|
Adjusted to use the new module synopsis support macros.
|
1998-07-23 17:59:49 +00:00 |
Fred Drake
|
35ca0d69e1
|
Document fileinput.
|
1998-04-04 04:20:51 +00:00 |