Poll: Most Americans&n…
Most Americans support tough new
measures to counter gun violence, including banning assault weapons
and posting armed guards at every school, according to
a new Washington Post-ABC News
poll.
More than half of Americans — 52
percent in the poll — say the shooting at an elementary
school in Newtown, Conn., has made them more
supportive of gun control; just 5 percent say they are now less apt
to back tighter restrictions. Most also are at least somewhat
worried about a mass shooting in their own community, with concern
jumping to 65 percent among those with school-age
children at home.
The findings, which also show broad
bipartisan support for mandatory background checks to purchase
firearms at gun shows, came as President Obama said Monday that he
will lay out specific White House
proposals on gun-control legislation and
executive actions this week.
Obama has pledged to champion broad new reforms in the wake of the
mass shooting that killed 26, including 20 children, at Sandy Hook
Elementary School in Newtown last month. He is scheduled to receive
a list of proposals Tuesday from Vice President Biden, who
is leading a task force on gun
violence.
But most congressional Republicans and some Democrats oppose
restrictive new measures, such as an assault-weapons ban.
Administration aides have said that the president is likely to call
for renewing the ban on the most powerful rifles, even in the face
of heavy opposition from the National Rifle Association. In
the poll, 58 percent of Americans support the ban, which expired in
2004 after 10 years; 39 percent oppose it.
“My starting point is not to worry about the politics but to focus
on what makes sense and what works,” Obama said at a news
conference Monday. “What should we be doing to make sure our
children are safe and reduce incidents of gun violence? We can do
it in a way that comports with the Second Amendment.”
The president declined to be specific when asked what recourse he
would have if lawmakers rejected the ban, saying that “members of
Congress must have a debate and examine their own conscience.”
A question of priorities
While the poll showed cross-party support for some potential
policies, there was a sharp divide on others, and particularly over
how much emphasis the administration and Congress should place on
addressing gun issues.
Democrats and Republicans both see the economy as the clear top
priority for federal action, but while most Democrats also rank gun
control as a high priority, few Republicans or independents agree.
Most Republicans say stricter gun laws should be lower on the list
or not a priority at all.
New York City Mayor Michael R. Bloomberg (I) on Mondaycalled on Obama and
Congressto enact strict new-gun control
measures in the wake of Newtown. And Maryland Gov. Martin O’Malley
(D) unveiled plans for an assault-rifle ban and tougher gun
licensing requirements in his state.
Recent polls have shown broadly positive sentiment for the NRA, but
the new survey reveals a far more mixed verdict on its leadership.
Some 36 percent of Americans express favorable views of the group’s
leaders, while 44 percent say they have unfavorable impressions. A
sizable share, 20 percent, say they have no opinion.
版权声明:本文为博主原创文章,未经博主允许不得转载。
Poll: Most Americans&n…的更多相关文章
- select、poll、epoll之间的区别总结
select.poll.epoll之间的区别总结 05/05. 2014 select,poll,epoll都是IO多路复用的机制.I/O多路复用就通过一种机制,可以监视多个描述符,一旦某个描述符就绪 ...
- (转载) Linux IO模式及 select、poll、epoll详解
注:本文是对众多博客的学习和总结,可能存在理解错误.请带着怀疑的眼光,同时如果有错误希望能指出. 同步IO和异步IO,阻塞IO和非阻塞IO分别是什么,到底有什么区别?不同的人在不同的上下文下给出的答案 ...
- linux下select/poll/epoll机制的比较
select.poll.epoll简介 epoll跟select都能提供多路I/O复用的解决方案.在现在的Linux内核里有都能够支持,其中epoll是Linux所特有,而select则应该是POSI ...
- select,epoll,poll比较
介绍和比较 http://www.cnblogs.com/maociping/p/5132583.html 比较 http://www.dataguru.cn/thread-336032-1-1.ht ...
- linux poll函数
poll函数与select函数差不多 函数原型: #include <poll.h> int poll(struct pollfd fd[], nfds_t nfds, int timeo ...
- poll机制
使用POLL机制代替linux输入子系统(input subsystem)之按键输入和LED控制中的异步通知,实现同样的效果. 1.代码 只简单修改input_subsys_test.c, input ...
- select、poll、epoll之间的区别总结[整理]
select,poll,epoll都是IO多路复用的机制.I/O多路复用就通过一种机制,可以监视多个描述符,一旦某个描述符就绪(一般是读就绪或者写就绪),能够通知程序进行相应的读写操作.但select ...
- IO多路复用之poll总结
1.基本知识 poll的机制与select类似,与select在本质上没有多大差别,管理多个描述符也是进行轮询,根据描述符的状态进行处理,但是poll没有最大文件描述符数量的限制.poll和selec ...
- select、poll、epoll区别总结
1 本质上都是同步I/O 三者都是I/O复用,本质上都属于同步I/O.因为三者只是负责通知应用程序什么时候数据准备好了,实际的I/O操作还是在由应用程序处理:如果是异步I/O的话,实际I/O由内核处理 ...
随机推荐
- iOS block-base 动画简单用法+关键帧动画设置线性变化速度的问题
本文转载至 http://www.tuicool.com/articles/aANBF3m 时间 2014-12-07 20:13:37 segmentfault-博客原文 http://segm ...
- spirng boot资料
这里有个srping boot 各种整合的资料 https://blog.csdn.net/Winter_chen001/article/details/80537829 SpringBoot入门总结 ...
- springcloud微服务实战--笔记--1、基础知识
微服务的问题: 分布式事务和数据一致性. 由于分布式事务本身第实现难度就非常大,所以在微服务架构中,我们更强调在各服务之间进行无事务第调用,而对于数据一致性,只要求数据在最后第处理状态是一致第即可:若 ...
- S2S4H整合注意问题
整合过程中出现问题记录: 1.The import javax.servlet.http.HttpServletRequest cannot be resolved 解决办法:在tomcat的lib目 ...
- cookie和session的原理机制
会话(Session)跟踪是Web程序中常用的技术,用来跟踪用户的整个会话.常用的会话跟踪技术是Cookie与Session.Cookie通过在客户端记录信息确定用户身份,Session通过在服务器端 ...
- d3 - bar chart
用 D3.js 做一个简单的柱形图. 做柱形图有很多种方法,比如用 HTML 的 div 标签,或用 svg . 推荐用 SVG 来做各种图形.SVG 意为可缩放矢量图形(Scalable Vecto ...
- SP1437 Longest path in a tree(树的直径)
应该是模板题了吧 定义: 树的直径是指一棵树上相距最远的两个点之间的距离. 方法:我使用的是比较常见的方法:两边dfs,第一遍从任意一个节点开始找出最远的节点x,第二遍从x开始做dfs找到最远节点的距 ...
- [容易] A + B 问题
题目来源:http://www.lintcode.com/zh-cn/problem/a-b-problem/
- datetime-local设置初始值
//全局变量 var format = ""; //构造符合datetime-local格式的当前日期 function getFormat(){ format = "& ...
- SQL 中GROUP BY 、ROLLUP、CUBE 关系和区别
转自:http://www.cnblogs.com/dyufei/archive/2009/11/12/2573974.html 不言自明,看SQL就完全理解了,不需要过多解释,不错,分享之: ROL ...