Raymond Hettinger <raymond.hettin...@gmail.com> added the comment:

-1 on complicating the API.  The purported problem isn't pervasive enough to 
warrant a change (I frequently teach python classes and do code reviews and 
rarely encounter this issue).  Also, the proposed change isn't going to help 
the people who are setting out to remove a ".html" suffix and are presuming 
that rstrip is the way to do it.  Those folks have already made an unfounded 
assumption this proposal does nothing to invalidate their experiment.  AFAICT, 
this proposal would only benefit someone who already knows that strip 
characters are accepted in all combinations (as clearly documented).

----------
nosy: +rhettinger

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12444>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to