BPO | [18624](https://bugs.python.org/issue18624) --- | :--- Nosy | @malemburg, @warsaw, @ezio-melotti, @bitdancer, @ringof PRs | python/cpython#10237python/cpython#32279 Files | [adding_aliases.patch](https://bugs.python.org/file34449/adding_aliases.patch "Uploaded as text/plain at 2014-03-16.22:19:15 by kamie"): adding aliases to the iso-8859-8.[8859-8_aliases_and_test.patch](https://bugs.python.org/file35736/8859-8_aliases_and_test.patch "Uploaded as text/plain at 2014-06-23.00:49:16 by bensws"): added two aliases to 8859-8, commented out a missing tactis codec, added a test *Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.* Show more details GitHub fields: ```python assignee = None closed_at = None created_at = labels = ['easy', 'type-feature', 'expert-email', 'expert-unicode'] title = 'Add alias for iso-8859-8-i which is the same as iso-8859-8' updated_at = user = 'https://github.com/bitdancer' ``` bugs.python.org fields: ```python activity = actor = 'dpg' assignee = 'none' closed = False closed_date = None closer = None components = ['Unicode', 'email'] creation = creator = 'r.david.murray' dependencies = [] files = ['34449', '35736'] hgrepos = [] issue_num = 18624 keywords = ['patch', 'easy', 'needs review'] message_count = 11.0 messages = ['194134', '194165', '194177', '194267', '194362', '194386', '213509', '213765', '213772', '213773', '221330'] nosy_count = 9.0 nosy_names = ['lemburg', 'barry', 'ezio.melotti', 'r.david.murray', 'das', 'kamie', 'mvolz', 'bensws', 'dpg'] pr_nums = ['10237', '32279'] priority = 'normal' resolution = None stage = 'patch review' status = 'open' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue18624' versions = ['Python 3.4'] ``` ### Linked PRs * gh-134306 * gh-134330 * gh-134777 * gh-134781