Also introduce a BuildData class to bundle path and meta information about the build.
This allows us to move Python-2-only third-party stubs into @python2 directories in typeshed. This is more consistent and will make it easier to spot a Python2-only stubs when working in typeshed.
Also introduce a BuildData class to bundle path and meta information about the build.
This allows us to move Python-2-only third-party stubs into
@python2
directories in typeshed. This is more consistent and will make it easier to spot a Python2-only stubs when working in typeshed.