Changes between Version 1 and Version 2 of Ticket #1950, comment 6
- Timestamp:
- 2013-07-04T16:34:13Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1950, comment 6
v1 v2 1 Edit: wording.2 3 1 There's a subset of this issue about "distribution names" that is somewhat separate from python module namespaces. Observe: 4 2 … … 32 30 }}} 33 31 34 Notice that in the pypi namespace (which {{{pip}}} searches, there is a collision for {{{tahoe}}}. 32 Notice that in the pypi namespace (which {{{pip}}} searches), there is a collision for {{{tahoe}}}. 33 34 Edits: wording, layout, formatting.