[issue36502] str.isspace() for U+00A0 and U+202F differs from document

2019-09-09 Thread miss-islington
miss-islington added the comment: New changeset c1c04cbc24c11cd7a47579af3faffee05a16acd7 by Miss Islington (bot) in branch '3.8': bpo-36502: Update link to UAX GH-44, the Unicode doc on the UCD. (GH-15301) https://github.com/python/cpython/commit/c1c04cbc24c11cd7a47579af3faffee05a16acd7

[issue36502] str.isspace() for U+00A0 and U+202F differs from document

2019-09-09 Thread miss-islington
miss-islington added the comment: New changeset 0a86da87da82c4a28d7ec91eb54c0b9ca40bbea7 by Miss Islington (bot) in branch '3.7': bpo-36502: Update link to UAX GH-44, the Unicode doc on the UCD. (GH-15301) https://github.com/python/cpython/commit/0a86da87da82c4a28d7ec91eb54c0b9ca40bbea7

[issue36502] str.isspace() for U+00A0 and U+202F differs from document

2019-09-09 Thread Benjamin Peterson
Benjamin Peterson added the comment: New changeset 58d61efd4cdece3b026868a66d829001198d29b1 by Benjamin Peterson in branch '2.7': [2.7] bpo-36502: Update link to UAX GH-44, the Unicode doc on the UCD. (GH-15808)

[issue36502] str.isspace() for U+00A0 and U+202F differs from document

2019-09-09 Thread Benjamin Peterson
Change by Benjamin Peterson : -- pull_requests: +15459 pull_request: https://github.com/python/cpython/pull/15808 ___ Python tracker ___

[issue36502] str.isspace() for U+00A0 and U+202F differs from document

2019-09-09 Thread miss-islington
Change by miss-islington : -- pull_requests: +15458 pull_request: https://github.com/python/cpython/pull/15807 ___ Python tracker ___

[issue36502] str.isspace() for U+00A0 and U+202F differs from document

2019-09-09 Thread Benjamin Peterson
Benjamin Peterson added the comment: New changeset 64c6ac74e254d31f93fcc74bf02b3daa7d3e3f25 by Benjamin Peterson (Greg Price) in branch 'master': bpo-36502: Update link to UAX #44, the Unicode doc on the UCD. (GH-15301)

[issue36502] str.isspace() for U+00A0 and U+202F differs from document

2019-09-09 Thread miss-islington
Change by miss-islington : -- pull_requests: +15457 pull_request: https://github.com/python/cpython/pull/15806 ___ Python tracker ___

[issue36502] str.isspace() for U+00A0 and U+202F differs from document

2019-08-19 Thread Greg Price
Greg Price added the comment: Thanks Victor for the reviews and merges! (Unmarking 2.7, because https://docs.python.org/2/library/stdtypes.html seems to not have this issue.) -- versions: -Python 2.7 ___ Python tracker

[issue36502] str.isspace() for U+00A0 and U+202F differs from document

2019-08-19 Thread STINNER Victor
STINNER Victor added the comment: str.isspace() documentation has been fixed, thanks Greg Price for the fix! I close the issue. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue36502] str.isspace() for U+00A0 and U+202F differs from document

2019-08-19 Thread miss-islington
miss-islington added the comment: New changeset 0fcdd8d6d67f57733203fc79e6a07a89b924a390 by Miss Islington (bot) in branch '3.7': bpo-36502: Correct documentation of str.isspace() (GH-15019) (GH-15296) https://github.com/python/cpython/commit/0fcdd8d6d67f57733203fc79e6a07a89b924a390

[issue36502] str.isspace() for U+00A0 and U+202F differs from document

2019-08-19 Thread miss-islington
Change by miss-islington : -- pull_requests: +15050 pull_request: https://github.com/python/cpython/pull/15332 ___ Python tracker ___

[issue36502] str.isspace() for U+00A0 and U+202F differs from document

2019-08-19 Thread STINNER Victor
STINNER Victor added the comment: New changeset 8c1c426a631ba02357112657193f82c58d3e08b4 by Victor Stinner (Greg Price) in branch '3.8': bpo-36502: Correct documentation of str.isspace() (GH-15019) (GH-15296) https://github.com/python/cpython/commit/8c1c426a631ba02357112657193f82c58d3e08b4

[issue36502] str.isspace() for U+00A0 and U+202F differs from document

2019-08-14 Thread Greg Price
Change by Greg Price : -- pull_requests: +15026 pull_request: https://github.com/python/cpython/pull/15301 ___ Python tracker ___

[issue36502] str.isspace() for U+00A0 and U+202F differs from document

2019-08-14 Thread Greg Price
Change by Greg Price : -- pull_requests: +15019 pull_request: https://github.com/python/cpython/pull/15296 ___ Python tracker ___

[issue36502] str.isspace() for U+00A0 and U+202F differs from document

2019-08-14 Thread STINNER Victor
STINNER Victor added the comment: New changeset 6bccbe7dfb998af862a183f2c36f0d4603af2c29 by Victor Stinner (Greg Price) in branch 'master': bpo-36502: Correct documentation of str.isspace() (GH-15019) https://github.com/python/cpython/commit/6bccbe7dfb998af862a183f2c36f0d4603af2c29

[issue36502] str.isspace() for U+00A0 and U+202F differs from document

2019-08-03 Thread Greg Price
Greg Price added the comment: The actual behavior turns out to match that comment. See attached PR, which adds a test confirming that and also corrects the documentation. (A related issue is #18236 -- we should probably adjust the definition to match the one Unicode now provides. But

[issue36502] str.isspace() for U+00A0 and U+202F differs from document

2019-08-03 Thread Greg Price
Change by Greg Price : -- keywords: +patch pull_requests: +14836 stage: -> patch review pull_request: https://github.com/python/cpython/pull/15019 ___ Python tracker ___

[issue36502] str.isspace() for U+00A0 and U+202F differs from document

2019-04-05 Thread Terry J. Reedy
Change by Terry J. Reedy : -- title: The behavior of str.isspace() for U+00A0 and U+202F is different from what is documented -> str.isspace() for U+00A0 and U+202F differs from document versions: -Python 3.5, Python 3.6 ___ Python tracker