Re: [Python-Dev] Python 1.5 output file versions

2012-09-19 Thread Brett Cannon
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 wor

Re: [Python-Dev] Python 1.5 output file versions

2012-09-19 Thread Steven D'Aprano
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 versio

[Python-Dev] Python 1.5 output file versions

2012-09-19 Thread Ido Yohanan
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 mail