From: Michael 'Mickey' Lauer <mickey@vanille-media.de>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [oe-commits] org.oe.dev python 2.5.1 ship sitecustomize.py that enables some convenient features when
Date: Fri, 25 Jan 2008 00:12:59 +0100 [thread overview]
Message-ID: <200801250012.59837.mickey@vanille-media.de> (raw)
In-Reply-To: <12710310367.20080124220602@gmail.com>
On Thursday 24 January 2008 21:06:02 Paul Sokolovsky wrote:
> This is a forwarded message
> From: mickeyl commit <openembedded-commits@lists.openembedded.org>
> To: openembedded-commits@lists.openembedded.org
> Date: Tuesday, January 22, 2008, 6:03:49 PM
> Subject: [oe-commits] org.oe.dev python 2.5.1 ship sitecustomize.py that
> enables some convenient features when
>
> ===8<==============Original message text===============
> python 2.5.1 ship sitecustomize.py that enables some convenient features
> when working with the interactive interpreter: attribute completion and
> persistent command history
>
> []
> ============================================================
> --- packages/python/python-2.5.1/sitecustomize.py
> af970496467ab4f0fbef36bbcac4de27afc77306 +++
> packages/python/python-2.5.1/sitecustomize.py
> af970496467ab4f0fbef36bbcac4de27afc77306 @@ -0,0 +1,45 @@
> []
> +def __enableReadlineSupport():
> + readline.parse_and_bind("tab: complete")
> + try:
> + readline.read_history_file( "/tmp/python-history-file.txt" )
>
> Shouldn't this file be under ~/ instead?
Hmm, yes of course. This way all interpreter users share a history, which may
not what we want. Thanks for spotting, I'll rewrite this tomorrow.
Best regards,
:M:
--
Dr. Michael 'Mickey' Lauer | IT-Freelancer | http://www.vanille-media.de
prev parent reply other threads:[~2008-01-24 23:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <E1JHLbJ-0006Ho-GM@linuxtogo.org>
2008-01-24 20:06 ` [oe-commits] org.oe.dev python 2.5.1 ship sitecustomize.py that enables some convenient features when Paul Sokolovsky
2008-01-24 23:12 ` Michael 'Mickey' Lauer [this message]
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=200801250012.59837.mickey@vanille-media.de \
--to=mickey@vanille-media.de \
--cc=openembedded-devel@lists.openembedded.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.