[Bash-completion-devel] Bug#775661: [775661] additional info to "odd completion candidates"

lumin cdluminate at gmail.com
Wed Jan 28 01:55:06 UTC 2015


I extracted the lines of python code below,
 which contribute to this issue.

:)
Thanks.

foo.py
-------------------------------
|#!/usr/bin/python3.4
|# -*- Coding: UTF-8 -*-
|
|for i in range (3):
|	with open ("linux" + "\n." + str(i), "w+") as f:
|		f.write(" ")
--------------------------------

-- 
 .''`.    
: :' :    
`. `'     
  `-      



More information about the Bash-completion-devel mailing list