Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Cherokee: commits

[3787] cherokee/trunk/admin/util.py: Do not rewrite the _ symbol.

 

 

Cherokee commits RSS feed   Index | Next | Previous | View Threaded


cherokee at cherokee-project

Nov 6, 2009, 11:41 AM

Post #1 of 1 (147 views)
Permalink
[3787] cherokee/trunk/admin/util.py: Do not rewrite the _ symbol.

Revision: 3787
http://svn.cherokee-project.com/changeset/3787
Author: alo
Date: 2009-11-06 20:41:41 +0100 (Fri, 06 Nov 2009)

Log Message:
-----------
Do not rewrite the _ symbol. It could break up the translation
support.

Modified Paths:
--------------
cherokee/trunk/admin/util.py

Modified: cherokee/trunk/admin/util.py
===================================================================
--- cherokee/trunk/admin/util.py 2009-11-06 10:28:38 UTC (rev 3786)
+++ cherokee/trunk/admin/util.py 2009-11-06 19:41:41 UTC (rev 3787)
@@ -97,7 +97,7 @@
return port

def cfg_source_get_localhost_addr ():
- _, _, addrs = socket.gethostbyname_ex('localhost')
+ x, x, addrs = socket.gethostbyname_ex('localhost')
if addrs:
return addrs[0]
return None

Cherokee commits RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.