[Zope3-checkins] CVS: Zope3/src/pythonlib - csv.py:1.1

Fred L. Drake, Jr. fred@zope.com
Mon, 9 Jun 2003 13:39:21 -0400


Update of /cvs-repository/Zope3/src/pythonlib
In directory cvs.zope.org:/tmp/cvs-serv19308/src/pythonlib

Added Files:
	csv.py 
Log Message:
Add the "csv" module from Python 2.3 to our Python 2.2 compatibility support.

=== Added File Zope3/src/pythonlib/csv.py ===
##############################################################################
#
# Copyright (c) 2003 Zope Corporation and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
# Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
# FOR A PARTICULAR PURPOSE.
#
##############################################################################

# No docstring -- that's loaded from the actual module.

import pythonlib
pythonlib.load_compat('csv', globals())