File: ROADMAP

package info (click to toggle)
bpython 0.11-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 616 kB
  • sloc: python: 4,484; makefile: 37; sh: 37
file content (28 lines) | stat: -rw-r--r-- 518 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Roadmap
=======

v0.9.7
------

bpython

- Create ~/.bpython on install (#17)
  - With a wizard

- Support for invoking with environment/namespace setup (#76)
- Official windows support (it segfaults with sys.stderr being redirected)
- Import completion advanced (#48)

bpython.gtk_

- Fix fonts in bpython.gtk_ (default monospace, etc)
- Add shortcut keys to bpython.gtk_ 
- Show a status bar thingy in bpython.gtk_
- Colourise docstring (#80)

common
- test suite

v1.0
----
- Ditch curses for an urwid/twisted loop