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(" ") -------------------------------- -- .''`. : :' : `. `' `- -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org