summaryrefslogtreecommitdiff
path: root/Mailman/pythonlib/.cvsignore
diff options
context:
space:
mode:
authorbwarsaw1998-12-22 04:23:31 +0000
committerbwarsaw1998-12-22 04:23:31 +0000
commit33d02821336f5faacc0d0995e01b03d3f77f5ff0 (patch)
treec001777c4a0113b4fdc68b60446d3ca80dfcbce2 /Mailman/pythonlib/.cvsignore
parentde1c0a3c6cefc0960617175f1a9491221d9defa6 (diff)
downloadmailman-33d02821336f5faacc0d0995e01b03d3f77f5ff0.tar.gz
mailman-33d02821336f5faacc0d0995e01b03d3f77f5ff0.tar.zst
mailman-33d02821336f5faacc0d0995e01b03d3f77f5ff0.zip
New infrastructure for alleviating version skew with deployed
Pythons. When Mailman requires a newer version of a standard Python library than can be required to already be installed, we copy the .py file to this directory. This makes it easier to remove later when that version of Python is required. Other than the standard package and CVS boilerplate, smtplib.py is the latest almost-Python-1.5.2 version.
Diffstat (limited to 'Mailman/pythonlib/.cvsignore')
-rw-r--r--Mailman/pythonlib/.cvsignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/Mailman/pythonlib/.cvsignore b/Mailman/pythonlib/.cvsignore
new file mode 100644
index 000000000..4ef7207b0
--- /dev/null
+++ b/Mailman/pythonlib/.cvsignore
@@ -0,0 +1,3 @@
+Makefile
+mm_cfg.py.dist
+Defaults.py