Commit Graph

13 Commits

Author SHA1 Message Date
Serhiy Storchaka a53392a0f0 Remove trailing spaces. (#232)
Changes made automatically by the following command:
```
egrep -l ' +$' *.txt | xargs sed -i -re 's/ +$//'
```
2017-03-24 23:11:33 +02:00
Nick Coghlan 79abbe6abc Withdraw the obsolete PEP 395 2013-12-21 22:36:31 +10:00
Nick Coghlan 304bfb8c80 Defer PEP 395 until I make it compatible with PEP 420 2012-11-20 23:35:12 +10:00
Georg Brandl bab580cb29 Fix PEP 395 name. 2012-05-01 13:56:30 +02:00
Nick Coghlan efd34dcbef Update for latest import-sig discussion: fix proposed -m semantics, better explanation of why we can change this now when we couldn't in 2.x 2011-11-24 22:37:18 +10:00
Nick Coghlan 145cc8d557 Discuss alternative terminology in PEP 395 and show an 'after' example of what the PEP allows when it comes to command line invocation inside packages 2011-11-20 21:46:12 +10:00
Nick Coghlan ec5d9254c7 Minor updates after additional review of the published version of PEP 395 2011-11-19 22:49:17 +10:00
Nick Coghlan d0145b5271 Update PEP 395 in light of import-sig discussion (also changes qname->qualname) 2011-11-19 22:18:45 +10:00
Ezio Melotti cf4ae7b571 Fix warnings in pep-395. 2011-11-17 18:54:52 +02:00
Nick Coghlan d003fe8846 Update the module aliasing proposal based on Antoine's new qualified names PEP 2011-10-30 16:00:10 +10:00
Nick Coghlan e7c92e36ed Fix a few wording nits 2011-03-04 15:46:44 +00:00
Nick Coghlan 17e9fd3ada Update post history for PEP 395 2011-03-04 15:38:00 +00:00
Nick Coghlan f723e98258 PEP 395: Module Aliasing, aka Do What I Mean for several import and script execution corner cases 2011-03-04 15:26:35 +00:00