mirror of
https://github.com/python/cpython.git
synced 2025-12-10 11:00:14 +00:00
Merge with 3.4
This commit is contained in:
commit
ad9296e403
1 changed files with 2 additions and 2 deletions
|
|
@ -2880,8 +2880,8 @@ place, and instead produce new objects.
|
||||||
.. method:: bytes.isupper()
|
.. method:: bytes.isupper()
|
||||||
bytearray.isupper()
|
bytearray.isupper()
|
||||||
|
|
||||||
Return true if there is at least one lowercase alphabetic ASCII character
|
Return true if there is at least one uppercase alphabetic ASCII character
|
||||||
in the sequence and no uppercase ASCII characters, false otherwise.
|
in the sequence and no lowercase ASCII characters, false otherwise.
|
||||||
|
|
||||||
For example::
|
For example::
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue