[issue17847] Glossary lacks permalinks

2013-04-25 Thread Antoine Pitrou
Antoine Pitrou added the comment: Ah, thanks for noticing this. -- resolution: -> duplicate status: open -> closed superseder: -> expose glossary link on hover ___ Python tracker _

[issue17847] Glossary lacks permalinks

2013-04-25 Thread Berker Peksag
Berker Peksag added the comment: Probably duplicate of issue 15693? -- nosy: +berker.peksag ___ Python tracker ___ ___ Python-bugs-lis

[issue17847] Glossary lacks permalinks

2013-04-25 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +eric.araujo, ezio.melotti ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue17847] Glossary lacks permalinks

2013-04-25 Thread Antoine Pitrou
New submission from Antoine Pitrou: If you look at http://docs.python.org/dev/glossary.html, the glossary entries don't have a permalink next to them (even though the "Glossary" heading has one). -- assignee: georg.brandl components: Documentation messages: 187821 nosy: georg.brandl, p