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(" ")
--------------------------------

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

_______________________________________________
Bash-completion-devel mailing list
Bash-completion-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/bash-completion-devel

Reply via email to