Home | History | Annotate | Download | only in python2.7

Lines Matching refs:hostname

470         hostname = socket.gethostname()
471 if '/' in hostname:
472 hostname = hostname.replace('/', r'\057')
473 if ':' in hostname:
474 hostname = hostname.replace(':', r'\072')
476 Maildir._count, hostname)