New submission from Jürgen A. Erhard:
It's an attribute mentioned in fetchmany and fetchall, but it's not in the list
with those two, but it should be, since the section says "A Cursor instance has
the following attributes and methods." and it is an attribute.
--
a
Jürgen A. Erhard added the comment:
To add to this (without looking at the patch): I just to my astonishment
learned that a ZipExtFile doesn't even support tell(). I can understand the
seek being nontrivial... but the tell? It's a bytestream, and there is (isn't
there?) a c
Jürgen A. Erhard added the comment:
Microscopic typo in title fixed (stickler for details, me? ;)
--
title: os.path.ismount take a cross-device symlink for a mountpoint ->
os.path.ismount takes a cross-device symlink for a mountpoint
___
Pyt
New submission from Jürgen A. Erhard :
Confirmed to exist in 2.6.1 (r261:67515) and 3.0 (r30:67503). Seems to
have been introduced somewhere in the 2.5 timeline, as 2.4 doesn't show
this bug.
--
components: Library (Lib)
messages: 84060
nosy: jae
severity: normal
status: open
New submission from Jürgen A. Erhard:
(Not sure if this goes here)
The mbox class (actually, the _singlefileMailbox class) takes a path,
and not, as the old mailbox module did, an opened file object. This
makes it hard(er) to access gzipped mbox files (mailbox.open = gzip.open
works, but is