mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Remove RISCOS support
This commit is contained in:
parent
c5aba17447
commit
7a98be2efb
62 changed files with 106 additions and 3823 deletions
|
|
@ -315,7 +315,7 @@ class FileInput:
|
|||
else:
|
||||
if self._inplace:
|
||||
self._backupfilename = (
|
||||
self._filename + (self._backup or os.extsep+"bak"))
|
||||
self._filename + (self._backup or ".bak"))
|
||||
try: os.unlink(self._backupfilename)
|
||||
except os.error: pass
|
||||
# The next few lines may raise IOError
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue