Thank you. It unfortunately happens to me mostly while I'm working for REST web servers, especially when writing JSON in the test suites for the app.
2020年6月11日(木) 1:24 Rhodri James <[email protected]>: > > On 10/06/2020 16:38, Atsuo Ishimoto wrote: > > Hi > > Thank you for comments > > > > 2020年6月10日(水) 0:11 Rhodri James <[email protected]>: > >> > >> Python is not Perl. By that I mean Python in general tends not to use > >> non-alphanumeric symbols unless they already have a well established > >> meaning (such as quote marks, arithmetic operators and so on). > > > > Yeah, I don't think '${...}' is appearing, too. As I wrote, it was chosen > > for > > implementation reasons. I'm open for other syntax options. > > > > I'm curious what you think about another way to construct dictionaries. > > Personally I just accept the repetition. It doesn't generally happen > often to me, and I'd much rather be explicit. > > -- > Rhodri James *-* Kynesim Ltd _______________________________________________ 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/GZODQ6CLBR6EXVOLYPGF65K6UUENMQ5T/ Code of Conduct: http://python.org/psf/codeofconduct/
