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 philippewagnieres@hispeed.ch
Recipients philippewagnieres@hispeed.ch
Date 2017-09-20.16:28:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505924902.42.0.843371526892.issue31535@psf.upfronthosting.co.za>
In-reply-to
Content
I create entry with this:

   self.settings.set('General', 'Initial filter', 'All file (*.*)')
   self.settings.set('General', '# 1 => Text files (*.txt)')
   self.settings.set('General', '# 2 => CSV files (*.csv)')
   self.settings.set('General', '# 3 => Text files (*.txt) \n')

and after writing in a file:
   initial filter = All file (*.*)
   ; 1 => text files (*.txt)
   ; 2 => csv files (*.csv)
   # 3 => text files (*.txt) 

(; or # to test if differ)

It is normal or not?

Thank & Best Regards
History
Date User Action Args
2017-09-20 16:28:22philippewagnieres@hispeed.chsetrecipients: + philippewagnieres@hispeed.ch
2017-09-20 16:28:22philippewagnieres@hispeed.chsetmessageid: <1505924902.42.0.843371526892.issue31535@psf.upfronthosting.co.za>
2017-09-20 16:28:22philippewagnieres@hispeed.chlinkissue31535 messages
2017-09-20 16:28:22philippewagnieres@hispeed.chcreate