[Python-Dev] Python 1.5 output file versions
Hi, I am working with PYTHON 1.5 and want to control versions of every pyo file. Is there any way I can assign a file version to every pyo file without writing a variable inside every py file that holds it? Thanks a lot, Ido ___ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Re: [Python-Dev] Python 1.5 output file versions
On 19/09/12 18:51, Ido Yohanan wrote: Hi, I am working with PYTHON 1.5 and want to control versions of every pyo file. Python 1.5? Are you serious? Python 1.5 is now at least 8 versions obsolete, and hasn't been updated since approximately 1995. Is there any way I can assign a file version to every pyo file without writing a variable inside every py file that holds it? I'm afraid I don't understand what you are actually asking here. -- Steven ___ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Re: [Python-Dev] Python 1.5 output file versions
First, this is the wrong mailing list for this question: python-dev is for discussing the development *of* Python, not *with* it. Second, the answer to your question is there is no built-in versioning support. On Wed, Sep 19, 2012 at 4:51 AM, Ido Yohanan wrote: > Hi, > > ** ** > > I am working with *PYTHON 1.5* and want to control versions of every pyo > file. > > Is there any way I can assign a file version to every pyo file without > writing a variable inside every py file that holds it? > > ** ** > > Thanks a lot, > > Ido > > > __ Information from ESET Smart Security, version of virus > signature database 7492 (20120918) __ > > The message was checked by ESET Smart Security. > > http://www.eset.com > > ___ > Python-Dev mailing list > [email protected] > http://mail.python.org/mailman/listinfo/python-dev > Unsubscribe: > http://mail.python.org/mailman/options/python-dev/brett%40python.org > > ___ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
