[Python-checkins] r67397 - python/branches/release26-maint/Modules/Setup.dist

M.-A. Lemburg mal at egenix.com
Wed Nov 26 23:02:16 CET 2008


On 2008-11-26 18:39, matthias.klose wrote:
> Author: matthias.klose
> Date: Wed Nov 26 18:39:09 2008
> New Revision: 67397
> 
> Log:
> - Merge rev 67396, Modules/Setup.dist: Mention _elementtree and _pickle.
> 
> 
> Modified:
>    python/branches/release26-maint/Modules/Setup.dist
> 
> Modified: python/branches/release26-maint/Modules/Setup.dist
> ==============================================================================
> --- python/branches/release26-maint/Modules/Setup.dist	(original)
> +++ python/branches/release26-maint/Modules/Setup.dist	Wed Nov 26 18:39:09 2008
> @@ -180,6 +180,8 @@
>  #itertools itertoolsmodule.c	# Functions creating iterators for efficient looping 
>  #strop stropmodule.c		# String manipulations
>  #_functools _functoolsmodule.c	# Tools for working with functions and callable objects
> +#_elementtreee _elementtree.c	# elementtree accelerator
> +#_pickle _pickle.c	# pickle accelerator

Shouldn't that be cPickle ? _pickle is only available in Python 3.0.

-- 
Marc-Andre Lemburg
eGenix.com

Professional Python Services directly from the Source  (#1, Nov 26 2008)
>>> Python/Zope Consulting and Support ...        http://www.egenix.com/
>>> mxODBC.Zope.Database.Adapter ...             http://zope.egenix.com/
>>> mxODBC, mxDateTime, mxTextTools ...        http://python.egenix.com/
________________________________________________________________________
2008-11-12: Released mxODBC.Connect 0.9.3      http://python.egenix.com/

:::: Try mxODBC.Zope.DA for Windows,Linux,Solaris,MacOSX for free ! ::::


   eGenix.com Software, Skills and Services GmbH  Pastor-Loeh-Str.48
    D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg
           Registered at Amtsgericht Duesseldorf: HRB 46611


More information about the Python-checkins mailing list