small bug in posixpath.py
Patrick Dussud (
dussud%aspen@lucid.com
)
Wed, 8 Apr 92 14:10:40 PDT
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Next message:
Guido van Rossum: "Re: Problem with (KeyboardInterrupt and wdb"
Previous message:
spm2d@ash.cs.Virginia.EDU: "SPARC problem fixed"
def samestat(s1, s2):
return s1[stat.ST_INO] == s2[stat.ST_INO] and \
s1[stat.ST_DEV] == s2[stat.ST_DEV]
^^ not STD_DEV
Next message:
Guido van Rossum: "Re: Problem with (KeyboardInterrupt and wdb"
Previous message:
spm2d@ash.cs.Virginia.EDU: "SPARC problem fixed"