~python-mode-devs/python-mode/python-mode

« back to all changes in this revision

Viewing changes to test/UnicodeEncodeError-lp-550661-test.py

  • Committer: Barry Warsaw
  • Date: 2017-02-24 21:38:07 UTC
  • Revision ID: barry@python.org-20170224213807-h762012vx6fgvrve
Move repo to GitLab

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /usr/bin/env python
2
 
# -*- coding: utf-8 -*-
3
 
print u'\xA9'
4