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
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 inf
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.
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