[Python-Dev] Proposal: .pyc file format change (original) (raw)
Peter Funk pf@artcom-gmbh.de
Sun, 28 May 2000 18:23:52 +0200 (MEST)
- Previous message: [Python-Dev] Proposal: .pyc file format change
- Next message: [Python-Dev] Proposal: .pyc file format change
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
[...]
For simplicity, comapibility and ease of change, I vote with +1 for adopting the solution of
byte 0: 'P' byte 1: 'Y' byte 2: version number (counting from 1) byte 3: option byte (8 bits: one for each option; bit 0: -U cmd switch) If that turns out to be insufficient in some future, do a complete redesign.
What about the CR/LF issue with some Mac Compilers (see Guido's mail for details)? Can we simply drop this?
Regards, Peter
Peter Funk, Oldenburger Str.86, D-27777 Ganderkesee, Germany, Fax:+49 4222950260 office: +49 421 20419-0 (ArtCom GmbH, Grazer Str.8, D-28359 Bremen)
- Previous message: [Python-Dev] Proposal: .pyc file format change
- Next message: [Python-Dev] Proposal: .pyc file format change
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]