Skip to content

Commit

Permalink
Merge pull request #11331 from Carreau/un-deprecate
Browse files Browse the repository at this point in the history
re-add the rprint and rprinte alias.
  • Loading branch information
Carreau committed Sep 27, 2018
2 parents 9d88324 + e870179 commit 8a9666b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions IPython/utils/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,11 @@ def raw_print_err(*args, **kw):
file=sys.__stderr__)
sys.__stderr__.flush()

# used by IPykernel <- 4.9. Removed during IPython 7-dev period and re-added
# Keep for a version or two then should remove
rprint = raw_print
rprinte = raw_print_err

@undoc
def unicode_std_stream(stream='stdout'):
"""DEPRECATED, moved to nbconvert.utils.io"""
Expand Down

0 comments on commit 8a9666b

Please sign in to comment.