9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] /sys/lib/python/_socket.py bug
@ 2005-03-05 16:11 Federico Benavento
  2005-03-08  6:07 ` [9fans] tcs for unix arisawa
  0 siblings, 1 reply; 9+ messages in thread
From: Federico Benavento @ 2005-03-05 16:11 UTC (permalink / raw)
  To: 9fans

/sys/lib/python/_socket.py:262: def fileno(self)
/sys/lib/python/_socket.py:263:       return s._fd

replace by:
/sys/lib/python/_socket.py:262: def fileno(self)
/sys/lib/python/_socket.py:263:       return self._fd

--
Federico G. Benavento


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2005-03-09 17:08 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-05 16:11 [9fans] /sys/lib/python/_socket.py bug Federico Benavento
2005-03-08  6:07 ` [9fans] tcs for unix arisawa
2005-03-08  6:18   ` andrey mirtchovski
2005-03-08  6:23     ` andrey mirtchovski
2005-03-08  8:02     ` arisawa
2005-03-08 18:25       ` [9fans] tcs for unixy William Josephson
2005-03-08 22:21         ` arisawa
2005-03-08 22:35           ` Russ Cox
2005-03-09 17:08             ` [9fans] tcs for unix William K. Josephson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).