9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Federico Benavento <benavento@gmail.com>
To: 9fans <9fans@cse.psu.edu>
Subject: [9fans] /sys/lib/python/_socket.py bug
Date: Sat,  5 Mar 2005 13:11:48 -0300	[thread overview]
Message-ID: <32d987d5050305081127a59da7@mail.gmail.com> (raw)

/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


             reply	other threads:[~2005-03-05 16:11 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-05 16:11 Federico Benavento [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=32d987d5050305081127a59da7@mail.gmail.com \
    --to=benavento@gmail.com \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).