[issue29725] sqlite3.Cursor doesn't properly document "arraysize"

2017-03-05 Thread Jürgen A . Erhard

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.

--
assignee: docs@python
components: Documentation
messages: 289023
nosy: docs@python, jae
priority: normal
severity: normal
status: open
title: sqlite3.Cursor doesn't properly document "arraysize"

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29725>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue22908] ZipExtFile in zipfile can be seekable

2016-06-17 Thread Jürgen A . Erhard

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 clear definition of what next byte a read(1) would deliver.  It 
should be trivial to keep track of the (only ever increasing) file position.

--
nosy: +jae

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22908>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue5551] os.path.ismount take a cross-device symlink for a mountpoint

2009-03-24 Thread Jürgen A. Erhard

New submission from Jürgen A. Erhard j...@users.sourceforge.net:

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
title: os.path.ismount take a cross-device symlink for a mountpoint
type: behavior
versions: Python 2.5, Python 2.6, Python 3.0

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue5551
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue5551] os.path.ismount takes a cross-device symlink for a mountpoint

2009-03-24 Thread Jürgen A. Erhard

Jürgen A. Erhard j...@users.sourceforge.net 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

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue5551
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue2209] mailbox module doesn't support compressed mbox

2008-02-29 Thread Jürgen A. Erhard

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 ugly).

--
components: Library (Lib)
messages: 63132
nosy: jae
severity: normal
status: open
title: mailbox module doesn't support compressed mbox
versions: Python 2.5

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue2209
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com