diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-20 14:26:42 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-20 14:26:42 +0000 |
commit | 72665772678a3118d352c9cb2b4a9f0a845bd88b (patch) | |
tree | e555f6841095f6c8a709b1ad3d6f09b0e77e4df5 /UPDATING | |
parent | 7f2b3a01279f5172645bd9415457742994b381ef (diff) | |
download | ports-72665772678a3118d352c9cb2b4a9f0a845bd88b.tar.gz ports-72665772678a3118d352c9cb2b4a9f0a845bd88b.zip |
- Add notes for devel/ipython update
PR: ports/80148
Submitted by: Dryice Liu <dryice@liu.com.cn>
Notes
Notes:
svn path=/head/; revision=133775
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -6,6 +6,19 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20050420: + AFFECTS: users of www/ipython + AUTHOR: dryice@liu.com.cn + + This is backward-incompatible changes for pysh. + + 1. You must update your pysh profile (~/.ipython/ipythonrc-pysh): + a) Add to it the line: + import_all IPython.Extensions.InterpreterExec + b) Delete the line + execfile pysh.py + 2. You must also delete from ~/.ipython/ the file pysh.py. + 20050419: AFFECTS: users of linux-opera AUTHOR: mezz@FreeBSD.org |