[docs] Suggested (small) addition to python documentation
Christopher Field
Christopher.Field at sigmaspace.com
Tue Feb 14 22:00:19 CET 2012
I was reading the python documentation (which is generally really great) about modules at
http://docs.python.org/tutorial/modules.html
and have a suggestion of a very small addition.
The last line of the second paragraph of section 6.1.3
just before "Some tips for experts:"
says
"The contents of the spam.pyc file are platform independent, so a Python module directory can be shared by machines of different architectures."
This may be true, but when I tried to distribute my python code as .pyc I was surprised by the fact that they are not independent of the python run system version. So I suggesting one of the following two changes to the line.
"The contents of the spam.pyc file are platform independent (but not version independent), so a Python module directory can be shared by machines of different architectures."
or
"The contents of the spam.pyc file are platform independent, so a Python module directory can be shared by machines of different architectures, as long as they same Python version is used."
Great product. Keep up the good work.
Christopher Field
Sigma Space
4600 Forbes Blvd
Lanham, MD 20706
301-552-6000 (main)
301-552-6057 (direct)
301-552-6411 Fax
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/docs/attachments/20120214/b5861d7b/attachment-0001.html>
More information about the docs
mailing list