https://bugzilla.redhat.com/show_bug.cgi?id=1462464 --- Comment #8 from Raphael Groner <projects.rg@xxxxxxxx> --- (In reply to Jaroslav Škarvada from comment #7) > (In reply to Petr Viktorin from comment #6) > > (In reply to Jaroslav Škarvada from comment #5) > > > > > What about the *.pyc/*.pyo? Is it OK to ship the Python2 version of > > > speedometer.py in /usr/bin without the precompiled byte code? > > > > Yes. Python only automatically caches compiled bytecode for imported > > modules, not for ones that are run directly. > > This does mean that start-up time will be slower than it would be if the > > code was in a library, but that doesn't seem to be a problem here. > > OK, thanks for info, so this is not issue here. > > For the review the rest of the comments applies. Yeah. I've never seen such a thing in any package of the known repositories. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx