Home | History | Annotate | Download | only in distutils

Lines Matching full:numbers

10 """Provides classes to represent module version numbers (one class for
58 # __cmp__ (self, other) - compare two version numbers ('other' may
71 numbers are equal, then one with a pre-release tag will always
74 The following are valid version numbers (shown in the order that
88 The following are examples of invalid version numbers:
165 # 1) a version number has 1 or more numbers separated by a period or by
175 # numbers behave in a predictable and obvious way, but a way that might
176 # not necessarily be how people *want* version numbers to behave. There
178 # numbers: just split on period and compare the numbers as tuples.
179 # However, people insist on putting letters into their version numbers;
223 # complicated, hairy expectations for real-world version numbers. It
226 # have a conception that matches common notions about version numbers.
232 described above. A version number consists of a series of numbers,
234 version numbers, the numeric components will be compared
236 are all valid version numbers, in no particular order: