mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Remove RISCOS support
This commit is contained in:
parent
c5aba17447
commit
7a98be2efb
62 changed files with 106 additions and 3823 deletions
|
@ -1687,7 +1687,7 @@ class MaildirTestCase(unittest.TestCase):
|
|||
t = int(time.time() % 1000000)
|
||||
pid = self._counter
|
||||
self._counter += 1
|
||||
filename = os.extsep.join((str(t), str(pid), "myhostname", "mydomain"))
|
||||
filename = ".".join((str(t), str(pid), "myhostname", "mydomain"))
|
||||
tmpname = os.path.join(self._dir, "tmp", filename)
|
||||
newname = os.path.join(self._dir, dir, filename)
|
||||
fp = open(tmpname, "w")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue