27 Jun
2020
27 Jun
'20
7:30 p.m.
On Sat, 27 Jun 2020 at 17:55, Jelle Zijlstra <jelle.zijlstra@gmail.com> wrote:
El sáb., 27 jun. 2020 a las 8:51, Ivan Levkivskyi (<levkivskyi@gmail.com>) escribió:
* What to do with packages that have different stub files for Python 2 and 3 (for example six)? Currently we just add two packages to the distribution, one six-stubs (as specified by PEP 561) and another six-python2-stubs.
Does this come up often for packages other than six? Perhaps we could just `if sys.version_info` checks.
It doesn't come up often but six itself is pretty big, so may be a pain to merge in a single package with version checks. -- Ivan