On Feb 11, 2020, at 10:27, Brandt Bucher <[email protected]> wrote: > > Thanks for bringing this up; I didn't know that there were any libraries > using @ like this. > > I've spent some time searching on Google, PyPI, and GitHub, though, and I > can't find anything that advertise this functionality. Do you have the names > of any of them handy, so I could perhaps add a simple, real-world example of > the newly valid usage?
fn-compose looks like the right thing, and, even though I’ve never heard of it, it was the first thing to come up in a PyPI search (once I figured out how to skip over all the docker-compose helpers…). I don’t know if anyone’s using it in real life code, but it should be fine to use as an example to show that even with such libraries there’s no ambiguity. _______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/QHX4YIIB3MFPNMK6PUFLRYSCSS5IVLKA/ Code of Conduct: http://python.org/psf/codeofconduct/
