Mahmoud Hashemi
Mahmoud Hashemi
Hi Rammy! Thanks for the report! I agree that `uint` is better than `u_int`, if we were to change the behavior to merge contiguous capitalized characters, we would have `ABTest`...
Hmm, @mblahay I'll probably leave it for the minute. I have a feeling @kurtbrose will come back one of these days with some clarification :)
Like maybe `'.dll'`? But wait, are we really 1000% sure this doesn't exist out there?
Also, issue `#2^8` woo!
Also, should this be using walk_packages? https://docs.python.org/3/library/pkgutil.html#pkgutil.walk_packages
Ah, that was more of a conceptual comparison. UniqueList was never part of the library, hence "a UniqueList" instead of "the UniqueList". Maybe if I tweaked the capitalization/spacing to look...
It's taken me a bit longer than I wanted to get to this, but so far so good. I definitely appreciate all the test fixes, all of which look good...
Hi @ankostis! And thank you for the kind words. The IndexedSet implements [the `MutableSet` interface](https://docs.python.org/3/library/collections.abc.html#collections.abc.MutableSet), which the built-in `set` also implements. I recall there were reasons for not wanting to...
Well, I meant conceptually it works the other way around. You can register types with ABCs, you can't register (inheritors of) ABCs with builtins. Like I said, a PR to...
Haha, dangi Appveyor, I'll look into that. But first things first. What would you say makes this idiom better than the other. They're certainly both idioms. One reason I went...