Bugs item #711830, was opened at 2003-03-29 10:54 Message generated for change (Comment added) made by misa You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=711830&group_id=5470
Category: Python Library Group: Python 2.2.2 Status: Open Resolution: None Priority: 5 Submitted By: Mihai Ibanescu (misa) Assigned to: Nobody/Anonymous (nobody) Summary: SEEK_{SET,CUR,END} missing in 2.2.2 Initial Comment: Python 1.5.2 used to define SEEK_{SET,CUR,END} both in FCNTL.py and in posixfile.py Python 2.2.2 obsoletes both of them (and the symbols are no longer in FCNTL anyway). A quick grep on the 2.2.2 tree shows me posixfile is the only place that still defines the SEEK_* constants. It seems to me it's wrong to drop the constants (because a deprecated module will eventually be dropped). ---------------------------------------------------------------------- >Comment By: Mihai Ibanescu (misa) Date: 2005-01-15 22:39 Message: Logged In: YES user_id=205865 Did a quick grep in python 2.3.4 - still only defined in posixfile which is deprecated. I didn't notice Martin's question - yes, the os module seems to be the best place to put them. ---------------------------------------------------------------------- Comment By: Facundo Batista (facundobatista) Date: 2005-01-15 12:43 Message: Logged In: YES user_id=752496 Please, could you verify if this problem persists in Python 2.3.4 or 2.4? If yes, in which version? Can you provide a test case? If the problem is solved, from which version? Note that if you fail to answer in one month, I'll close this bug as "Won't fix". Thank you! . Facundo ---------------------------------------------------------------------- Comment By: Martin v. Löwis (loewis) Date: 2003-03-29 12:36 Message: Logged In: YES user_id=21627 Would you agree that these constants are best located in the os module? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=711830&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com