Using py in the three OS-es (unix-like, Mac and Win) has become very
similar in the last years, which is great. Making portable py code has
become very easy. However, there is one peculiarity in Win which I find
annoying: virtual environments insists on placing executables in the
`Scripts` d
Ethan Furman wrote:
> On 7/9/22 12:19, Steve Jorgensen wrote:
> > [...] It works great to combine them by defining the dataclass as a mixin
> > for the Enum class. Why would
> > it not be good to include that as an example in the official docs, assuming
> > (as I believe) that it is a
> > particu