A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2015-January/137801.html below:

[Python-Dev] bytes & bytearray

[Python-Dev] bytes & bytearray [Python-Dev] bytes & bytearrayGreg Ewing greg.ewing at canterbury.ac.nz
Tue Jan 20 06:15:02 CET 2015
Guido van Rossum wrote:
> On Mon, Jan 19, 2015 at 11:43 AM, Paul Sokolovsky <pmiscml at gmail.com 
> <mailto:pmiscml at gmail.com>> wrote:
> 
>     b.lower_inplace()
>     b.lower_i()
> 
> Please don't go there. The use cases are too rare.

And if you have such a use case, it's not too
hard to do

   b[:] = b.lower()

-- 
Greg
More information about the Python-Dev mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4