[Python-Dev] xreadlines : readlines :: xrange : range

Guido van Rossum guido@python.org
Wed, 03 Jan 2001 07:06:33 -0500


Apparently getc_unlocked() is in the Single Unix spec.  Not sure how
widespread that is -- do Linux developers pay attention to this
standard at all?  According to the webpage it's (c) 1997.

--Guido van Rossum (home page: http://www.python.org/~guido/)

------- Forwarded Message

Date:    Wed, 03 Jan 2001 10:58:44 +0200
From:    Erno Kuusela <erno@iki.fi>
To:      guido@python.org
Subject: getc_unlocked note

hello,

i was reading the python-dev archives and saw that someone had noticed
my getline/getc_unlocked post from the newsgroup. a correction to the
python-dev thread: getc_unlocked and friends are infact standard (not c99
though since c99 doesn't specify threads); they are part of the single
unix specification.

link:
http://www.opennc.org/onlinepubs/007908799/xsh/getc_unlocked.html

   -- erno

------- End of Forwarded Message