Make generation of .pyc files optional

Bug #804391 reported by walther
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Scribes
New
Undecided
Unassigned

Bug Description

Please add an option to turn off generation of python bytecode files (*.pyc).
Since Python 3.2, these files are not used anymore (or, to be precise, are stored in a separate folder), so they only waste disk space and clutter file listings.

Revision history for this message
Mystilleef (mystilleef) wrote :

Isn't Python responsible for generating those files? How does one turn it off?

Revision history for this message
walther (walther-tw) wrote :

Yes, Python < 3.2 generates those files too, if not run with -B.
But these files also pop up, when I edit a .py file in scribes. So I assumed, you built in some feature generating them.

Revision history for this message
Mystilleef (mystilleef) wrote :

It's probably PyChecker generating. I don't use PyChecker anymore in the latest release. I'll do a branch update in the next few days.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.