File: CHANGELOG.md

package info (click to toggle)
pythonpy 0.4.11b-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 208 kB
  • sloc: python: 465; sh: 19; makefile: 18
file content (13 lines) | stat: -rw-r--r-- 556 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Pythonpy 0.4
Removed documentation for flags --ji, --jo, --so, --si, --i, and -fx. 
These flags are not deprecated. Users should feel comfortable continuing to use them,
but from some simple polling I have found that they are infrequently used due to
their complexity and unorthodox double-dash form.

# 0.4.9
Pythonpy no longer automatically tries to install pycompletion.sh into /etc/bash_completion.d
The .sh script is provided in the completion directory and users that want this feature may add

    source `find_pycompletion.sh`

to their .bashrc.