From: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
To: "Burton, Ross" <ross.burton@intel.com>
Cc: OE-core <openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 1/4] python: Restructure python packaging and replace it with autopackaging
Date: Fri, 24 Nov 2017 17:49:39 -0600 [thread overview]
Message-ID: <3257b871-dffa-9495-6eff-e4d9eb666cde@linux.intel.com> (raw)
In-Reply-To: <CAJTo0LYbuVyB_sqG4L-yTK0JwgRRaSpun01NR_-q=HaE4BiVmA@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1115 bytes --]
Hey Ross,
It is briefly explained:
- Sitecustomize was fixed since encoding was deprecated.
On 11/24/2017 10:57 AM, Burton, Ross wrote:
> diff --git a/meta/recipes-devtools/python/python/sitecustomize.py
> b/meta/recipes-devtools/python/python/sitecustomize.py
>
> index 273901898a0..4c8b5e2ba3d 100644
> --- a/meta/recipes-devtools/python/python/sitecustomize.py
> +++ b/meta/recipes-devtools/python/python/sitecustomize.py
> @@ -27,19 +27,11 @@ def __enableReadlineSupport():
> except IOError:
> pass
>
> -def __enableDefaultEncoding():
> - import sys
> - try:
> - sys.setdefaultencoding( "utf8" )
> - except LookupError:
> - pass
> -
> import sys
> try:
> import rlcompleter, readline
> except ImportError:
> pass
> else:
> - __enableDefaultEncoding()
> __registerExitHandler()
> __enableReadlineSupport()
>
>
> This change isn't explained in the commit log.
>
> Ross
[-- Attachment #2: Type: text/html, Size: 2296 bytes --]
next prev parent reply other threads:[~2017-11-24 23:49 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-18 21:07 [PATCH 0/4] Restructure python2 and python3 packaging system Alejandro Hernandez
2017-10-18 21:07 ` [PATCH 1/4] python: Restructure python packaging and replace it with autopackaging Alejandro Hernandez
2017-11-24 16:57 ` Burton, Ross
2017-11-24 23:49 ` Alejandro Hernandez [this message]
2017-11-24 17:06 ` Burton, Ross
2017-11-24 23:51 ` Alejandro Hernandez
2017-11-25 5:04 ` Tim Orling
2017-11-25 23:45 ` Alejandro Hernandez
2017-11-26 2:08 ` Alejandro Hernandez
2017-10-18 21:07 ` [PATCH 2/4] python3: Restructure python3 " Alejandro Hernandez
2017-11-24 17:05 ` Burton, Ross
2017-11-24 23:50 ` Alejandro Hernandez
2017-10-18 21:07 ` [PATCH 3/4] python3: fix RDEPENDS on several recipes, due to non-existent python3 packages Alejandro Hernandez
2017-10-18 21:07 ` [PATCH 4/4] hwlatdetect: fix RDEPENDS to avoid QA failures Alejandro Hernandez
2017-10-19 20:14 ` ✗ patchtest: failure for Restructure python2 and python3 packaging system (rev2) Patchwork
2017-10-19 20:34 ` Leonardo Sandoval
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3257b871-dffa-9495-6eff-e4d9eb666cde@linux.intel.com \
--to=alejandro.hernandez@linux.intel.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=ross.burton@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox