[issue29665] how to edit or delete issues created by me in bug tracker ?!

2017-02-27 Thread Muhammad Salem

Changes by Muhammad Salem <msgf...@gmail.com>:


--
title: how to edit or delete issues created by me in bug tracker -> how to edit 
or delete issues created by me in bug tracker ?!

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29665>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue29665] how to edit or delete issues created by me in bug tracker

2017-02-27 Thread Muhammad Salem

Changes by Muhammad Salem <msgf...@gmail.com>:


--
nosy: Muhammad Salem
priority: normal
severity: normal
status: open
title: how to edit or delete issues created by me in bug tracker

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29665>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue29664] zip() python 3 documentation not working at all !

2017-02-27 Thread Muhammad Salem

Muhammad Salem added the comment:

---
TypeError Traceback (most recent call last)
 in ()
  6 x = [1, 2, 3]
  7 y = [4, 5, 6]
> 8 zip(x, y)

TypeError: 'tuple' object is not callable

--
components:  -Interpreter Core

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29664>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue29664] zip() python 3 documentation not working at all !

2017-02-27 Thread Muhammad Salem

New submission from Muhammad Salem:

this code from the python documentation itself not working!

>>> x = [1, 2, 3]
>>> y = [4, 5, 6]
>>> zipped = zip(x, y)

this code is copied from the python 3 official documentation itself even though 
it is working for me I am using python 3.5.2 on ubuntu 16.04 LTS

--
components: Interpreter Core
messages: 288631
nosy: Muhammad Salem
priority: normal
severity: normal
status: open
title: zip() python 3 documentation not working at all !
type: compile error
versions: Python 3.5

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29664>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com