A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://mail.python.org/pipermail/python-dev/attachments/20070223/77bcf28e/attachment.htm below:

Python Versions: 2.5 and trunk<br><br>Browsing through the code this evening and noticed a discrepancy between<br>the command line parameters listed with --help and those truly available in<br>the code.&nbsp; Namely with the -U Unicode flag..
<br><br>The -U option was added back in 2000, rev 15296 and mention of it was removed <br>in rev 25288.&nbsp; Should the -U option still be handled from the command line?<br><br><br>Python 2.5 Session without flag:<br>&gt;python
<br>Python 2.5 (r25:51908, Sep 19 2006, 09:52:17) [MSC v.1310 32 bit (Intel)] on win32<br>Type &quot;help&quot;, &quot;copyright&quot;, &quot;credits&quot; or &quot;license&quot; for more information.<br>&gt;&gt;&gt; a = &quot;monty&quot;
<br>&gt;&gt;&gt; a<br>&#39;monty&#39;<br>&gt;&gt;&gt;<br><br><br>Python 2.5 Session with flag:<br>&gt;python -U<br>Python 2.5 (r25:51908, Sep 19 2006, 09:52:17) [MSC v.1310 32 bit (Intel)] on win32<br>Type &quot;help&quot;, &quot;copyright&quot;, &quot;credits&quot; or &quot;license&quot; for more information.
<br>&gt;&gt;&gt; a = &quot;monty&quot;<br>&gt;&gt;&gt; a<br>u&#39;monty&#39;<br>&gt;&gt;&gt;<br><br><br>Joseph Armbruster<br>

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4