This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jcea
Recipients jcea, loewis, pitrou, rhettinger
Date 2010-10-25.13:57:48
SpamBayes Score 0.0014185788
Marked as misclassified No
Message-id <1288015069.81.0.114793808368.issue10142@psf.upfronthosting.co.za>
In-reply-to
Content
[jcea@babylon5 py3k]$ ./python
Python 3.2a3+ (py3k:85834M, Oct 25 2010, 15:37:04)
[GCC 4.5.1] on sunos5
Type "help", "copyright", "credits" or "license" for more information.
>>> import os
>>> os.SEEK_DATA
3
>>> os.SEEK_HOLE
4
>>>
History
Date User Action Args
2010-10-25 13:57:49jceasetrecipients: + jcea, loewis, rhettinger, pitrou
2010-10-25 13:57:49jceasetmessageid: <1288015069.81.0.114793808368.issue10142@psf.upfronthosting.co.za>
2010-10-25 13:57:48jcealinkissue10142 messages
2010-10-25 13:57:48jceacreate