mirror of
https://github.com/python/cpython.git
synced 2025-10-21 22:22:48 +00:00
Untabify. When compiling in -tt mode, an inconsistent Tab use error
was raised. This occurred during installation.
This commit is contained in:
parent
8fd7ba2c6a
commit
526a18235a
1 changed files with 360 additions and 361 deletions
|
@ -1,4 +1,4 @@
|
||||||
# -*- Mode: Python; tab-width: 4 -*-
|
# -*- Mode: Python -*-
|
||||||
# Id: asyncore.py,v 2.51 2000/09/07 22:29:26 rushing Exp
|
# Id: asyncore.py,v 2.51 2000/09/07 22:29:26 rushing Exp
|
||||||
# Author: Sam Rushing <rushing@nightmare.com>
|
# Author: Sam Rushing <rushing@nightmare.com>
|
||||||
|
|
||||||
|
@ -513,4 +513,3 @@ if os.name == 'posix':
|
||||||
self._fileno = fd
|
self._fileno = fd
|
||||||
self.socket = file_wrapper (fd)
|
self.socket = file_wrapper (fd)
|
||||||
self.add_channel()
|
self.add_channel()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue