Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use ``0'' instead of ``None'' to reset the underlying object in close | Guido van Rossum | 1997-11-04 | 1 | -2/+2 |
| | | | | | | | | methods. Using None causes problems if the destructor is called after the __builtin__ module has already been destroyed (unfortunately, this can happen!). I can't just delete the object because it is actually tested for (if self._sock: ...). Setting it to 0 is a bit weird but works. | ||||
* | Get rid of debug print statements | Guido van Rossum | 1996-08-20 | 1 | -3/+0 |
| | |||||
* | socket wrapper module around _socket for all Window platforms | Guido van Rossum | 1996-06-26 | 1 | -0/+136 |