[issue42486] Investigate docs.python.org egregious SEO performance on Google

2020-11-27 Thread Nelson Elhage
Nelson Elhage added the comment: Thanks! Filed https://github.com/python/pythondotorg/issues/1691 to follow-up there. -- ___ Python tracker <https://bugs.python.org/issue42

[issue42486] Investigate docs.python.org egregious SEO performance on Google

2020-11-27 Thread Nelson Elhage
New submission from Nelson Elhage : This request might be out-of-scope for this bugtracker, but I suspect that something is causing Google to actively downweight docs.python.org in its search results, and want to request someone investigate. I would expect, for instance, a search for [python

[issue9334] argparse does not accept options taking arguments beginning with dash (regression from optparse)

2010-07-22 Thread Nelson Elhage
Nelson Elhage added the comment: For what it's worth, I have trouble seeing this as anything but a bug. I understand the motivation of trying to catch user errors, but in doing so, you're breaking with the behavior of every other option parsing library that I'm aware of,