Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 894b734

Browse files
committed
fix logo
1 parent 37c4767 commit 894b734

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# [bipython](http://bipython.org/)
22

3-
[![bipython logo](http://bipython.org/bipython_logo.png)](http://bipython.org/)
3+
[![bipython logo](http://bipython.org/images/bipython_logo.png)](http://bipython.org/)
44

55

66

@@ -116,13 +116,16 @@ TODO / KNOWN ISSUES:
116116

117117
[ ] use `history_request` for history instead of hand (de)serializing
118118

119+
[ ] ctrl-d send delete when input is non-empty (should just send it)
119120

120121
[x] MUSTFIX: Python 3 compatability (all of my dependencies meet them)
121122

122123
[ ] see if I can put in workaround for stable bpython
123124
- v0.12 works, so says Anthony ( though cheap history won't work there)
124125
- can I also make 0.11-1.1 work? (that's what Ubuntu 13.10 shipped)
125126

127+
[ ] make bipython work with ipython master (3.x message spec / API changes)
128+
126129
[ ] implement Rewind feature
127130

128131
[x] next(<tab><tab> keeps repeating the docstring)

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
bipython
22
========
33

4-
.. figure:: http://bipython.org/bipython_logo.png
4+
.. figure:: http://bipython.org/images/bipython_logo.png
55
:alt: bipython logo
66

77
the boldly indiscriminate python interpreter

THANKS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ Thanks to the following folks who contributed to bipython!
22

33
commits Name
44
------- -------------
5-
83 Paul Ivanov
5+
86 Paul Ivanov
66
1 Anthony Scopatz
77
1 Robert Kern

0 commit comments

Comments
 (0)