[issue1835] Update version number in __init__.py

2008-01-15 Thread Jacques Lemire

New submission from Jacques Lemire:

In the distutils directory the file __init__.py is not updated to 3.0.

--
components: Distutils
messages: 59974
nosy: jlp
severity: minor
status: open
title: Update version number in __init__.py
type: behavior
versions: Python 3.0

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



[issue4158] import of sqlite3 fails

2008-10-21 Thread Jacques Lemire

New submission from Jacques Lemire <[EMAIL PROTECTED]>:

This is a dump of the error:

Python 3.0rc1 (r30rc1:66499, Oct  6 2008, 12:44:02) 
[GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)] on linux2
Type "help", "copyright", "credits" or "license" for more information. 

>>> import sqlite3
Traceback (most recent call last):
  File "", line 1, in 
  File "/home/devp/altBIN/Python3r/lib/python3.0/sqlite3/__init__.py",
line 24, in 
from sqlite3.dbapi2 import *
  File "/home/devp/altBIN/Python3r/lib/python3.0/sqlite3/dbapi2.py",
line 27, in 
from _sqlite3 import *
ImportError: No module named _sqlite3

--
components: Library (Lib)
messages: 75027
nosy: jlp
severity: normal
status: open
title: import of sqlite3 fails
type: crash
versions: Python 3.0

___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue4158>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue7557] Imprecise description for the fire.read() method

2009-12-21 Thread Jacques Lemire

New submission from Jacques Lemire :

see this web page:
http://docs.python.org/3.1/library/stdtypes.html?
highlight=read#file.read

The description should say:
for Python 3.1 the method reads characters, for instance utf-8 
characters.

if the mode is 'rb', then it reads bytes (i.e. byte == 8 bits).

Context: Linux Ubuntu 9.10, 64 bit, compiled locally.

--
assignee: georg.brandl
components: Documentation
messages: 96767
nosy: georg.brandl, jlp
severity: normal
status: open
title: Imprecise description for the fire.read() method
type: behavior
versions: Python 3.1

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



[issue7557] Imprecise description for the file.read() method

2009-12-21 Thread Jacques Lemire

Jacques Lemire  added the comment:

Merci Florent
Mais alors où se cache la documentation 3.1 "officiel" sur la classe file.

Jacques

2009/12/21 Florent Xicluna 

>
> Florent Xicluna  added the comment:
>
> This section is obsolete and is removed from the documentation in r76893
> an r76894. See issue #7508.
>
> --
> nosy: +flox
> resolution:  -> duplicate
> stage:  -> committed/rejected
> status: open -> closed
> superseder:  -> Update 'file object' doc
> title: Imprecise description for the fire.read() method -> Imprecise
> description for the file.read() method
>
> ___
> Python tracker 
> <http://bugs.python.org/issue7557>
> ___
>

--
Added file: http://bugs.python.org/file15658/unnamed

___
Python tracker 
<http://bugs.python.org/issue7557>
___Merci FlorentMais alors où se cache la documentation 3.1 
"officiel" sur la classe file.Jacques2009/12/21 Florent Xicluna <mailto:rep...@bugs.python.org";>rep...@bugs.python.org>

Florent Xicluna <mailto:la...@yahoo.fr";>la...@yahoo.fr> 
added the comment:

This section is obsolete and is removed from the documentation in r76893
an r76894. See issue #7508.

--
nosy: +flox
resolution:  -> duplicate
stage:  -> committed/rejected
status: open -> closed
superseder:  -> Update 'file object' doc
title: Imprecise description for the fire.read() method -> Imprecise 
description for the file.read() method

___
Python tracker <mailto:rep...@bugs.python.org";>rep...@bugs.python.org>
<http://bugs.python.org/issue7557"; 
target="_blank">http://bugs.python.org/issue7557>
___
-- Jacques Lemire
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com