Changes between Initial Version and Version 2 of Ticket #21933
- Timestamp:
- Jun 8, 2016, 12:52:42 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21933
- Property Version 1.6 → 1.8
-
Ticket #21933 – Description
initial v2 16 16 17 17 def handle(self, *args, **options): 18 output = 'Σάββα▒^▒ο'18 output = u'Σάββα▒^▒ο' 19 19 self.stdout.write('Output: {}'.format(output)) 20 20 }}}