cpython/Misc
Éric Araujo 31aefde876 Allow multiple values for package_data in setup.cfg (#11805).
Even though the resources system obsoletes data_files and package_data
(see bug discussion), package_data still exists to allow compatibility
with distutils and thus an easier transition.  In setup.py, the values
are lists of glob patterns, so the setup.cfg syntax needed a way to
express multiple values too.

Doc for this option will be added later as part of the big packaging doc
patches.  For now, the test serves as example.

Reported by Erik Bray.
2012-02-04 21:53:07 +01:00
..
RPM Bump to 3.2.2. 2011-09-03 11:17:55 +02:00
TextMate/Python-Dev.tmbundle
Vim
ACKS Issue #13777: Add PF_SYSTEM sockets on OS X. 2012-02-03 17:44:58 +01:00
HISTORY
NEWS Allow multiple values for package_data in setup.cfg (#11805). 2012-02-04 21:53:07 +01:00
Porting
README
README.AIX
README.coverity
README.valgrind
SpecialBuilds.txt
gdbinit
indent.pro
python-config.in
python-wing3.wpr
python-wing4.wpr
python.man Merge 3.2 2011-11-29 17:14:27 +01:00
python.pc.in
svnmap.txt
valgrind-python.supp Issue #12612: Add some Valgrind suppressions for 64-bit machines. Patch by Paul 2011-12-03 14:43:57 +01:00
vgrindefs

README

Python Misc subdirectory
========================

This directory contains files that wouldn't fit in elsewhere.  Some
documents are only of historic importance.

Files found here
----------------

ACKS                    Acknowledgements
build.sh                Script to build and test latest Python from the repository
gdbinit                 Handy stuff to put in your .gdbinit file, if you use gdb
HISTORY                 News from previous releases -- oldest last
indent.pro              GNU indent profile approximating my C style
NEWS                    News for this release (for some meaning of "this")
Porting                 Mini-FAQ on porting to new platforms
python-config.in        Python script template for python-config
python.man              UNIX man page for the python interpreter
python.pc.in            Package configuration info template for pkg-config
python-wing*.wpr        Wing IDE project file
README                  The file you're reading now
README.valgrind         Information for Valgrind users, see valgrind-python.supp
RPM                     (Old) tools to build RPMs
svnmap.txt              Map of old SVN revs and branches to hg changeset ids
SpecialBuilds.txt       Describes extra symbols you can set for debug builds
TextMate                A TextMate bundle for Python development
valgrind-python.supp    Valgrind suppression file, see README.valgrind
vgrindefs               Python configuration for vgrind (a generic pretty printer)
Vim                     Python development utilities for the Vim editor