Re: Python/LibraryStyleGuide: Executables and library packages dokonana przez BarryWarsaw

2015-10-07 Thread Barry Warsaw
Thanks for the feedback. I did rewrite this a little bit, so hopefully it's clearer. I left some of the text in there because at least to me it reads better and provides some rationale for why the rules are there. But hey, it's a wiki so please feel free to make further improvements! Cheers, -B

Python/LibraryStyleGuide: Executables and library packages dokonana przez BarryWarsaw

2015-10-07 Thread Piotr Ożarowski
[Debian Wiki, 2015-10-07] > https://wiki.debian.org/Python/LibraryStyleGuide?action=diff&rev1=64&rev2=65 > > > == Gotchas == > > + === Executables and library packages === > + > + Let's say you have a Python package which results in Python 2 and 3 > libraries, and a Python 3 executable.