Skip to content
Snippets Groups Projects
Commit ef19a6eb authored by Matthias Klose's avatar Matthias Klose
Browse files

package version python-defaults-2.4.3-10

parent 20f5e0c4
No related branches found
No related tags found
No related merge requests found
python-defaults (2.4.3-10) unstable; urgency=low
* Upload to unstable. Closes: #347440, #360851.
* Let the preinst fail on the first failing pre-rtupdate hook,
after running the corresponding failed-pre-rtupdate hook.
* Reflect renaming of the docutils binaries. Closes: #377601.
* Update the upstream FAQ.
-- Matthias Klose <doko@debian.org> Sat, 12 Aug 2006 20:28:30 +0200
python-defaults (2.4.3-9) experimental; urgency=low
* Fix syntax error in python.preinst. Closes: #381673.
......
[DEFAULT]
# the default python version
default-version = python2.4
# all supported python versions
supported-versions = python2.3, python2.4
# formerly supported python versions
#old-versions = python2.3
......@@ -21,7 +21,10 @@ case "$1" in
if ! $hook pre-rtupdate python$oldv @PVER@; then
hb=$(basename $hook .rtupdate)
echo >&2 "error running python pre-rtupdate hook $hb"
echo >&2 "running python failed-pre-rtupdate hook $hb"
$hook failed-pre-rtupdate python$oldv @PVER@
errors=yes
break
fi
done
[ -z "$errors" ] || exit 3
......
......@@ -16,4 +16,4 @@ Python Frequently Asked Question Lists
This is a local copy of the online FAQ located at
http://python.org/doc/faq.
The copy was fetched and generated in January 2006.
The copy was fetched and generated in August 2006.
......@@ -5,7 +5,7 @@ Content-type: text/x-rst
Extending/Embedding FAQ
====================================
:Date: $Date: 2004-04-08 17:05:47 +0200 (Thu, 08 Apr 2004) $
:Date: $Date: 2004-04-08 09:05:47 -0600 (Thu, 08 Apr 2004) $
:Version: $Revision: 7294 $
:Web site: http://www.python.org/
......
......@@ -5,8 +5,8 @@ Content-type: text/x-rst
General Python FAQ
====================================
:Date: $Date: 2005-12-17 03:21:20 +0100 (Sat, 17 Dec 2005) $
:Version: $Revision: 8684 $
:Date: $Date: 2006-02-26 06:15:13 +0100 (Sun, 26 Feb 2006) $
:Version: $Revision: 8958 $
:Web site: http://www.python.org/
.. contents::
......@@ -121,8 +121,8 @@ the versions labeled 2.0bN, which precede versions labeled 2.0cN, and
*those* precede 2.0.
You may also find version numbers with a "+" suffix, e.g. "2.2+".
These are unreleased versions, built directly from the CVS trunk. In
practice, after a final minor release is made, the CVS trunk is
These are unreleased versions, built directly from the subversion trunk.
In practice, after a final minor release is made, the subversion trunk is
incremented to the next minor version, which becomes the "a0" version,
e.g. "2.4a0".
......@@ -151,8 +151,8 @@ How do I obtain a copy of the Python source?
The latest Python source distribution is always available from
python.org, at http://www.python.org/download/. The latest
development sources can be obtained via anonymous CVS from
SourceForge, at http://www.sourceforge.net/projects/python.
development sources can be obtained via anonymous subversion from
SourceForge, at http://svn.python.org/projects/python/trunk.
The source distribution is a gzipped tar file containing the complete
C source, LaTeX documentation, Python library modules, example
......@@ -217,11 +217,8 @@ announced on the comp.lang.python and comp.lang.python.announce
newsgroups. All announcements also appear on the Python
home page, at http://www.python.org/; an RSS feed of news is available.
You can also access the development version of Python through CVS.
See http://sourceforge.net/cvs/?group_id=5470 for details. If you're
not familiar with CVS, documents such as
http://linux.oreillynet.com/pub/a/linux/2002/01/03/cvs_intro.html
provide an introduction.
You can also access the development version of Python through subversion.
See http://www.python.org/dev/devfaq.html#subversion-svn for details.
How do I submit bug reports and patches for Python?
----------------------------------------------------------
......@@ -307,7 +304,7 @@ managed for stability; only fixes for known problems are included in a
bugfix release, and it's guaranteed that interfaces will remain the
same throughout a series of bugfix releases.
The `2.4.1 release <../../2.4.1/>`_ is the most stable
The `2.4.2 release <../../2.4.2/>`_ is the most stable
version at this point in time.
......@@ -566,6 +563,11 @@ begin/end brackets -- the lack of declarations and the high-level data types
are also responsible -- but the indentation-based syntax certainly helps.
Why am I getting strange results with simple arithmetic operations?
-------------------------------------------------------------------
See the next question.
Why are floating point calculations so inaccurate?
--------------------------------------------------
......
......@@ -5,7 +5,7 @@ Content-type: text/x-rst
Graphic User Interface FAQ
====================================
:Date: $Date: 2003-09-05 02:00:23 +0200 (Fri, 05 Sep 2003) $
:Date: $Date: 2003-09-04 18:00:23 -0600 (Thu, 04 Sep 2003) $
:Version: $Revision: 6607 $
:Web site: http://www.python.org/
......
......@@ -5,7 +5,7 @@ Content-type: text/x-rst
Python Library and Extension FAQ
====================================
:Date: $Date: 2005-12-17 03:21:20 +0100 (Sat, 17 Dec 2005) $
:Date: $Date: 2005-12-16 19:21:20 -0700 (Fri, 16 Dec 2005) $
:Version: $Revision: 8684 $
:Web site: http://www.python.org/
......
......@@ -5,7 +5,7 @@ Content-type: text/x-rst
Programming FAQ
====================================
:Date: $Date: 2005-12-22 06:00:52 +0100 (Thu, 22 Dec 2005) $
:Date: $Date: 2005-12-21 22:00:52 -0700 (Wed, 21 Dec 2005) $
:Version: $Revision: 8721 $
:Web site: http://www.python.org/
......
......@@ -5,7 +5,7 @@ Content-type: text/x-rst
Python Windows FAQ
====================================
:Date: $Date: 2005-07-26 15:21:45 +0200 (Tue, 26 Jul 2005) $
:Date: $Date: 2005-07-26 07:21:45 -0600 (Tue, 26 Jul 2005) $
:Version: $Revision: 8295 $
:Web site: http://www.python.org/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment