[Python-ideas] Use 'bin' in virtual environments on Windows

2022-07-20 Thread Svein Seldal
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

[Python-ideas] Re: Make dataclass aware that it might be used with Enum

2022-07-20 Thread Steve Jorgensen
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