This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author quetzal
Recipients SilentGhost, quetzal
Date 2016-02-24.20:03:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1456344209.0.0.881959156405.issue26430@psf.upfronthosting.co.za>
In-reply-to
Content
well, silentghost... a .txt file, or an .html and that's all... if there's some text into... just find a pattern with some  - " - 

import the file in python(iddle)

and type :

if '''pattern''' in file:
__ print('ok')
else:
__ print('none')

i don't think that a file is really necessary... you'll do certainly better than me in testing...
History
Date User Action Args
2016-02-24 20:03:29quetzalsetrecipients: + quetzal, SilentGhost
2016-02-24 20:03:28quetzalsetmessageid: <1456344209.0.0.881959156405.issue26430@psf.upfronthosting.co.za>
2016-02-24 20:03:28quetzallinkissue26430 messages
2016-02-24 20:03:28quetzalcreate