Vitor Bosshard <algor...@gmail.com> writes:

> foo.py
> foo.pyc # < 2.7 or < 3.2
> foo.27.pyc
> foo.32.pyc
> etc.
>
>
> This is simpler and more logical than the current subfolder proposal,
> as it is clear which version each file corresponds to. Python can use
> all the magic values it wants, but please don't spill them over into
> the filesystem. Readability counts.

+1. From a UI perspective, this is superior to creating new
subdirectories for each module, and also superior to opaque magic-number
filenames.

-- 
 \     “Beware of and eschew pompous prolixity.” —Charles A. Beardsley |
  `\                                                                   |
_o__)                                                                  |
Ben Finney

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to