[issue45386] xmlrpc.client unimportable due to strfmt ValueError

2021-10-13 Thread Łukasz Langa
Łukasz Langa added the comment: Thanks, R! ✨ 🍰 ✨ -- resolution: -> fixed stage: patch review -> resolved status: open -> closed type: -> behavior versions: +Python 3.11, Python 3.9 ___ Python tracker __

[issue45386] xmlrpc.client unimportable due to strfmt ValueError

2021-10-13 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 9210eff61b75edabbe9263df0c4a303fc2149a22 by Miss Islington (bot) in branch '3.9': bpo-45386: Handle strftime's ValueError graciously in xmlrpc.client (GH-28765) (GH-28935) https://github.com/python/cpython/commit/9210eff61b75edabbe9263df0c4a303fc2

[issue45386] xmlrpc.client unimportable due to strfmt ValueError

2021-10-13 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset f40b230df91f29fa4a84c1d127b4eab56a6eda27 by Miss Islington (bot) in branch '3.10': bpo-45386: Handle strftime's ValueError graciously in xmlrpc.client (GH-28765) (GH-28934) https://github.com/python/cpython/commit/f40b230df91f29fa4a84c1d127b4eab56

[issue45386] xmlrpc.client unimportable due to strfmt ValueError

2021-10-13 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +27222 pull_request: https://github.com/python/cpython/pull/28934 ___ Python tracker _

[issue45386] xmlrpc.client unimportable due to strfmt ValueError

2021-10-13 Thread miss-islington
Change by miss-islington : -- pull_requests: +27223 pull_request: https://github.com/python/cpython/pull/28935 ___ Python tracker ___ __

[issue45386] xmlrpc.client unimportable due to strfmt ValueError

2021-10-13 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 1c831353816ff699b54e804047a7242a09e98f5b by rtobar in branch 'main': bpo-45386: Handle strftime's ValueError graciously in xmlrpc.client (GH-28765) https://github.com/python/cpython/commit/1c831353816ff699b54e804047a7242a09e98f5b -- nosy:

[issue45386] xmlrpc.client unimportable due to strfmt ValueError

2021-10-06 Thread Rodrigo
Change by Rodrigo : -- keywords: +patch nosy: +rtobar nosy_count: 1.0 -> 2.0 pull_requests: +27105 stage: -> patch review pull_request: https://github.com/python/cpython/pull/28765 ___ Python tracker ___

[issue45386] xmlrpc.client unimportable due to strfmt ValueError

2021-10-05 Thread R
New submission from R : This is a problem caused by https://bugs.python.org/issue13305. When running python in SerenityOS (https://serenityos.org/), the xmlrpc.client module fails to be imported. This is because the code that decides which format to use for getting 4-digit years, which issues