On 11/12/16, Mark E. Haase <meha...@gmail.com> wrote: > 1. It is easier to Google a name. E.g., Google "c# ??" and you'll get > nothing related to null coalescing in c#". ("C# question marks" does find > the right content, however.)
python has nice (*) help system and would have help('??')... (where we could get better keywords to search on web - for example "None coalescing operator") (*) although it could be better: 1. for example help('**') show nothing about unpacking. help('+') show info about operator precedence and not about +. 2. there is not info about dunder methods ... _______________________________________________ Python-ideas mailing list Python-ideas@python.org https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/