Commit 49f8df10 authored by Kevin Modzelewski's avatar Kevin Modzelewski

Merge pull request #1183 from undingen/merge_missing2

merge the missing merge commits (mostly cosmetic change)
parents 1d1236b2 3164dc37
...@@ -120,4 +120,4 @@ Standard Python flags: ...@@ -120,4 +120,4 @@ Standard Python flags:
<dd>Go into the repl after executing the given script.</dd> <dd>Go into the repl after executing the given script.</dd>
</dl> </dl>
There are also some lesser-used flags; see src/jit.cpp for more details. There are also some lesser-used flags; see [`src/jit.cpp`](https://github.com/dropbox/pyston/blob/master/src/jit.cpp) for more details.
def f():
u = u'aoeu'
for c in u:
print repr(c)
f()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment