[Python-checkins] r78175 - peps/trunk/pep-0345.txt
tarek.ziade
python-checkins at python.org
Sat Feb 13 21:16:21 CET 2010
Author: tarek.ziade
Date: Sat Feb 13 21:16:20 2010
New Revision: 78175
Log:
removed the ~= operator
Modified:
peps/trunk/pep-0345.txt
Modified: peps/trunk/pep-0345.txt
==============================================================================
--- peps/trunk/pep-0345.txt (original)
+++ peps/trunk/pep-0345.txt Sat Feb 13 21:16:20 2010
@@ -401,7 +401,7 @@
Version specifiers are a series of conditional operators and
version numbers, separated by commas. Conditional operators
-must be one of "<", ">", "<=", ">=", "==", "~=" and "!=".
+must be one of "<", ">", "<=", ">=", "==" and "!=".
Any number of conditional operators can be specified, e.g.
the string ">1.0, !=1.3.4, <2.0" is a legal version declaration.
More information about the Python-checkins
mailing list