Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unicode-aware logger #1792

Merged
merged 2 commits into from May 31, 2012
Merged

Unicode-aware logger #1792

merged 2 commits into from May 31, 2012

Conversation

takluyver
Copy link
Member

Fixes logging to work properly with non-ascii characters in Python 2 (issue #1777).

@fperez
Copy link
Member

fperez commented May 31, 2012

Test results for commit 773bd4c merged into master
Platform: linux2

  • python2.7: OK
  • python3.2: OK (libraries not available: matplotlib pygments pymongo qt tornado wx wx.aui)

Not available for testing:

@fperez
Copy link
Member

fperez commented May 31, 2012

Thanks, looks good! Merging now.

fperez added a commit that referenced this pull request May 31, 2012
Fix logger to be Unicode-aware: logging could crash ipython if there was unicode in the input.

Closes #1777.
@fperez fperez merged commit e7f8981 into ipython:master May 31, 2012
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 2014
Fix logger to be Unicode-aware: logging could crash ipython if there was unicode in the input.

Closes ipython#1777.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants