Title: Add encoding & errors parameters to TextIOWrapper.reconfigure() · Issue #59421 · python/cpython · GitHub
Open Graph Title: Add encoding & errors parameters to TextIOWrapper.reconfigure() · Issue #59421 · python/cpython
X Title: Add encoding & errors parameters to TextIOWrapper.reconfigure() · Issue #59421 · python/cpython
Description: BPO 15216 Nosy @loewis, @atsuoishimoto, @ncoghlan, @pitrou, @vstinner, @jwilk, @methane, @berkerpeksag, @vadmium, @serhiy-storchaka PRs #199#2343 Files set_encoding.patchset_encoding-2.patchset_encoding-3.patchset_encoding-4.patchset_enc...
Open Graph Description: BPO 15216 Nosy @loewis, @atsuoishimoto, @ncoghlan, @pitrou, @vstinner, @jwilk, @methane, @berkerpeksag, @vadmium, @serhiy-storchaka PRs #199#2343 Files set_encoding.patchset_encoding-2.patchset_enc...
X Description: BPO 15216 Nosy @loewis, @atsuoishimoto, @ncoghlan, @pitrou, @vstinner, @jwilk, @methane, @berkerpeksag, @vadmium, @serhiy-storchaka PRs #199#2343 Files set_encoding.patchset_encoding-2.patchset_enc...
Opengraph URL: https://github.com/python/cpython/issues/59421
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Add encoding \u0026 errors parameters to TextIOWrapper.reconfigure()","articleBody":"BPO | [15216](https://bugs.python.org/issue15216)\n--- | :---\nNosy | @loewis, @atsuoishimoto, @ncoghlan, @pitrou, @vstinner, @jwilk, @methane, @berkerpeksag, @vadmium, @serhiy-storchaka\nPRs | \u003cli\u003epython/cpython#199\u003c/li\u003e\u003cli\u003epython/cpython#2343\u003c/li\u003e\nFiles | \u003cli\u003e[set_encoding.patch](https://bugs.python.org/file26715/set_encoding.patch \"Uploaded as text/plain at 2012-08-07.02:01:33 by @vstinner\")\u003c/li\u003e\u003cli\u003e[set_encoding-2.patch](https://bugs.python.org/file26750/set_encoding-2.patch \"Uploaded as text/plain at 2012-08-09.20:42:47 by @vstinner\")\u003c/li\u003e\u003cli\u003e[set_encoding-3.patch](https://bugs.python.org/file33855/set_encoding-3.patch \"Uploaded as text/plain at 2014-02-02.02:33:12 by nikratio\")\u003c/li\u003e\u003cli\u003e[set_encoding-4.patch](https://bugs.python.org/file33857/set_encoding-4.patch \"Uploaded as text/plain at 2014-02-02.05:15:59 by nikratio\")\u003c/li\u003e\u003cli\u003e[set_encoding-5.patch](https://bugs.python.org/file33874/set_encoding-5.patch \"Uploaded as text/plain at 2014-02-02.21:51:27 by nikratio\")\u003c/li\u003e\u003cli\u003e[set_encoding-6.patch](https://bugs.python.org/file33893/set_encoding-6.patch \"Uploaded as text/plain at 2014-02-04.04:23:53 by nikratio\")\u003c/li\u003e\u003cli\u003e[set_encoding-7.patch](https://bugs.python.org/file46204/set_encoding-7.patch \"Uploaded as text/plain at 2017-01-08.02:07:17 by @methane\")\u003c/li\u003e\u003cli\u003e[set_encoding-newline.patch](https://bugs.python.org/file46255/set_encoding-newline.patch \"Uploaded as text/plain at 2017-01-11.10:05:57 by @vadmium\"): Allow setting newline\u003c/li\u003e\u003cli\u003e[set_encoding-8.patch](https://bugs.python.org/file46259/set_encoding-8.patch \"Uploaded as text/plain at 2017-01-11.12:50:56 by @methane\")\u003c/li\u003e\n\n\u003csup\u003e*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*\u003c/sup\u003e\n\n\u003cdetails\u003e\u003csummary\u003eShow more details\u003c/summary\u003e\u003cp\u003e\n\nGitHub fields:\n```python\nassignee = None\nclosed_at = \u003cDate 2017-12-21.06:37:36.573\u003e\ncreated_at = \u003cDate 2012-06-28.10:49:17.534\u003e\nlabels = ['type-feature', '3.7']\ntitle = 'Add encoding \u0026 errors parameters to TextIOWrapper.reconfigure()'\nupdated_at = \u003cDate 2017-12-21.06:37:36.572\u003e\nuser = 'https://github.com/ncoghlan'\n```\n\nbugs.python.org fields:\n```python\nactivity = \u003cDate 2017-12-21.06:37:36.572\u003e\nactor = 'methane'\nassignee = 'none'\nclosed = True\nclosed_date = \u003cDate 2017-12-21.06:37:36.573\u003e\ncloser = 'methane'\ncomponents = []\ncreation = \u003cDate 2012-06-28.10:49:17.534\u003e\ncreator = 'ncoghlan'\ndependencies = []\nfiles = ['26715', '26750', '33855', '33857', '33874', '33893', '46204', '46255', '46259']\nhgrepos = []\nissue_num = 15216\nkeywords = ['patch']\nmessage_count = 55.0\nmessages = ['164239', '164256', '164377', '164379', '164394', '164398', '167483', '167597', '167598', '167599', '167604', '167754', '167772', '167779', '167831', '167832', '183427', '183428', '202214', '202223', '202258', '202259', '202260', '203210', '209364', '209376', '209377', '209385', '209394', '209395', '209612', '209619', '209942', '209983', '210020', '210050', '210175', '210176', '210205', '210270', '210280', '226896', '242942', '243324', '261641', '284950', '284955', '285111', '285112', '285205', '285210', '285221', '295018', '295113', '308838']\nnosy_count = 15.0\nnosy_names = ['loewis', 'ishimoto', 'ncoghlan', 'pitrou', 'vstinner', 'jwilk', 'mrabarnett', 'Arfrever', 'methane', 'nikratio', 'rurpy2', 'berker.peksag', 'martin.panter', 'serhiy.storchaka', 'quad']\npr_nums = ['199', '2343']\npriority = 'normal'\nresolution = 'fixed'\nstage = 'resolved'\nstatus = 'closed'\nsuperseder = None\ntype = 'enhancement'\nurl = 'https://bugs.python.org/issue15216'\nversions = ['Python 3.7']\n```\n\n\u003c/p\u003e\u003c/details\u003e\n","author":{"url":"https://github.com/ncoghlan","@type":"Person","name":"ncoghlan"},"datePublished":"2012-06-28T10:49:18.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":55},"url":"https://github.com/59421/cpython/issues/59421"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:17dd223f-2981-d686-7e84-e365b0772b49 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | B3E4:35FB06:7FD0F2:AEBE47:6A4DB4D6 |
| html-safe-nonce | b8b7b7d34739ea753d8dd5e7b193d3c30ee7fcf75509382a52f3630b93ddabbb |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCM0U0OjM1RkIwNjo3RkQwRjI6QUVCRTQ3OjZBNERCNEQ2IiwidmlzaXRvcl9pZCI6IjE3NjI0OTg2MTY5MTQ0NTc4MTQiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ== |
| visitor-hmac | 0d2a559174e68ad7e7af5203741f8d984288c38d0e7bad793e3cb7a9e5d9aa51 |
| hovercard-subject-tag | issue:1198884589 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/python/cpython/59421/issue_layout |
| twitter:image | https://opengraph.githubassets.com/347ff1f241d8403ad36a450933c61c8e0f2cc65e5de727d53d0b7e11374430ef/python/cpython/issues/59421 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/347ff1f241d8403ad36a450933c61c8e0f2cc65e5de727d53d0b7e11374430ef/python/cpython/issues/59421 |
| og:image:alt | BPO 15216 Nosy @loewis, @atsuoishimoto, @ncoghlan, @pitrou, @vstinner, @jwilk, @methane, @berkerpeksag, @vadmium, @serhiy-storchaka PRs #199#2343 Files set_encoding.patchset_encoding-2.patchset_enc... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | ncoghlan |
| hostname | github.com |
| expected-hostname | github.com |
| None | 06b8a6144231bf3a234f1c2e9993861e07ce98a905912b114aa386c2d7e84b33 |
| turbo-cache-control | no-preview |
| go-import | github.com/python/cpython git https://github.com/python/cpython.git |
| octolytics-dimension-user_id | 1525981 |
| octolytics-dimension-user_login | python |
| octolytics-dimension-repository_id | 81598961 |
| octolytics-dimension-repository_nwo | python/cpython |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 81598961 |
| octolytics-dimension-repository_network_root_nwo | python/cpython |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 32f7b614aca06e6bbd89842b1370df1328264f68 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width